1. The basic structure
SELECT
FROM
WHERE
2. Key:word:
DISTINCT
3. Functions:
count( columName)
count(DISTINCT columeName)
min()
max()
char_length()
length()
SQL
原文:https://www.cnblogs.com/sarah-zhang/p/12122592.html