Skip to content

Commit 116af56

Browse files
committed
🟢 Solve problem 595
1 parent 6c59fad commit 116af56

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sql/595.sql

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SELECT wld.name, wld.population, wld.area
2+
FROM World as wld
3+
WHERE area >= 3000000 OR population >= 25000000;

0 commit comments

Comments
 (0)