We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8adc36 commit 3f3bbf7Copy full SHA for 3f3bbf7
scripts/database/B/Big Countries/Big Countries.sql
@@ -1 +1,2 @@
1
-select name, population, area from World where area>=3000000 or population>=25000000
+-- Runtime: 262 ms (Top 84.64%) | Memory: 0B (Top 100.00%)
2
+elect name, population, area from World where area>=3000000 or population>=25000000
0 commit comments