SELECT语句的基本语法如下:
SELECT column1, column2, ... FROM table_name WHERE condition;
其中:
SELECT
column1, column2, ...
FROM
table_name
WHERE
condition