1
 2
 3
 4
 5
 6
 7
 8
 9
10
-- @Title: 大的国家 (Big Countries)
-- @Author: 15816537946@163.com
-- @Date: 2021-03-03 14:08:09
-- @Runtime: 195 ms
-- @Memory: 0 B
# Write your MySQL query statement below

select name,population,area
from world
where area >3000000 or population >25000000