Skip to content

Commit cfb7e0a

Browse files
committed
Time: 449 ms (21.95%) | Memory: 0B (100.00%) - LeetSync
1 parent 3c438a4 commit cfb7e0a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

595-big-countries/big-countries.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SELECT name, population, area
2+
FROM World
3+
WHERE area >= 3000000 OR population >= 25000000;

0 commit comments

Comments
 (0)