
hive创建表怎样加上对字段的描述信息? 5
1个回答
展开全部
create table table_name (colume_1 type comment '第一列',....)
其中comment就是添加字段描述
例如
create table test (id bigint comment '序号', name string comment '姓名')
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
create table table_name (colume_1 type comment '第一列',....)
其中comment就是添加字段描述
例如
create table test (id bigint comment '序号', name string comment '姓名')
类别
我们会通过消息、邮箱等方式尽快将举报结果通知您。
说明
0/200