TreeviewCopyright © aleen42 all right reserved, powered by aleen42

595. 大的国家

https://leetcode-cn.com/problems/big-countries/

MySQL

# Write your MySQL query statement below
SELECT name, population, area FROM world WHERE area > 3000000 or population > 25000000

SQLServer

/* Write your T-SQL query statement below */
SELECT name, population, area FROM world WHERE area > 3000000 or population > 25000000
Copyright © GoogTech 2021 all right reserved,powered by GitbookLast update time : 2021-09-15 01:55:05

results matching ""

    No results matching ""