分布式数据库中间件 DDM-SELECT:常用语法

时间:2023-11-01 16:17:05

常用语法

SELECT[ALL | DISTINCT | DISTINCTROW ]select_expr[, select_expr ...][FROM table_references [WHERE where_condition][GROUP BY {col_name | expr | position} [ASC | DESC], ...][HAVING where_condition] [ORDER BY {col_name | expr | position} [ASC | DESC], ...][LIMIT {[offset,] row_count | row_count OFFSET offset}]
support.huaweicloud.com/usermanual-ddm/ddm-08-0006.html