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 949eed0 commit dcfdcfaCopy full SHA for dcfdcfa
Select/Big_Countries.sql
@@ -1,2 +1,6 @@
1
SELECT name, population, area FROM World
2
WHERE population >= 25000000 OR area >= 3000000;
3
+
4
5
6
+--Rakshit Gupta
0 commit comments