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 46a734b commit 2594a1eCopy full SHA for 2594a1e
SQL/SQL-50/Big Countries.sql
@@ -0,0 +1,2 @@
1
+select name, population, area from World
2
+where area >= 3000000 or population >= 25000000;
0 commit comments