We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c59fad commit 116af56Copy full SHA for 116af56
sql/595.sql
@@ -0,0 +1,3 @@
1
+SELECT wld.name, wld.population, wld.area
2
+FROM World as wld
3
+WHERE area >= 3000000 OR population >= 25000000;
0 commit comments