mirror of
https://github.com/devenperez/leetcode.git
synced 2026-06-15 09:57:09 +00:00
Time: 675 ms (5.02%), Space: 0B (100.00%) - LeetHub
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
# Write your MySQL query statement below
|
||||||
|
SELECT
|
||||||
|
name,
|
||||||
|
population,
|
||||||
|
area
|
||||||
|
FROM World
|
||||||
|
WHERE area >= 3000000 OR population >= 25000000;
|
||||||
Reference in New Issue
Block a user