Update 06-select.md

This commit is contained in:
Ganlin Zhao 2023-02-09 16:44:56 +08:00 committed by Ganlin Zhao
parent 3fc4e97a89
commit e0875d9c68
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 SELECT [DISTINCT] select_list
from_clause from_clause
[WHERE condition] [WHERE condition]
[interp_clause]
[partition_by_clause] [partition_by_clause]
[interp_clause]
[window_clause] [window_clause]
[group_by_clause] [group_by_clause]
[order_by_clasue] [order_by_clasue]