20160509 GreenPlum3 基本语法

如下是工做中用到的语法总结,会不断补充:函数 1 复制他表的结构,不指定分布健那么默认分布健和xh1同样it     #create table xh(like xh1);io     #select * into xh from xh1;table     #create table xh as select * from xh1;date 2 清空表:select    经常使用的是drop,
相关文章
相关标签/搜索