Find the data of all countries with a population less than 25 million in each continent, and output the country, continent, and population

 At the beginning, I always thought that the max() function should be used, but because max() cannot have complex nested statements, it cannot be successful. But the all() function can nest complex SQL statements.

Guess you like

Origin blog.csdn.net/weixin_45813351/article/details/120451559