We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c438a4 commit cfb7e0aCopy full SHA for cfb7e0a
595-big-countries/big-countries.sql
@@ -0,0 +1,3 @@
1
+SELECT name, population, area
2
+FROM World
3
+WHERE area >= 3000000 OR population >= 25000000;
0 commit comments