Update 06-select.md

This commit is contained in:
Ganlin Zhao 2023-02-09 16:44:17 +08:00 committed by Ganlin Zhao
parent a16eef479b
commit 3fc4e97a89
1 changed files with 1 additions and 1 deletions

View File

@ -12,8 +12,8 @@ SELECT {DATABASE() | CLIENT_VERSION() | SERVER_VERSION() | SERVER_STATUS() | NOW
SELECT [DISTINCT] select_list
from_clause
[WHERE condition]
[interp_clause]
[partition_by_clause]
[interp_clause]
[window_clause]
[group_by_clause]
[order_by_clasue]