hive常用基础DML

DML: 基本的Select操作 语法结构:与sql语法基本相同 SELECT [ALL | DISTINCT] select_expr, select_expr, ... FROM table_reference [WHERE where_condition] [GROUP BY col_list [HAVING condition]] [CLUSTER BY col_list |
相关文章
相关标签/搜索