基本结构:
查询数据:SELECT [distinct] {*,column [alias],……} FROM table;
SELECT [distinct] {*,column [alias],……} FROM table;
其中:
- SELECT:选择要查询的数据列
- FROM:数据列所在的表