Why does permutation of statements in SQL results in an error?

后端 未结 0 1343
孤城傲影
孤城傲影 2021-02-20 18:55

In Leetcode, for the problem https://leetcode.com/problems/big-countries/, if I give this solution:

SELECT
    name,
    population,
    area
FROM
    World
WHERE         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题