摘要: 1.查看表的列表 show tables 2.创建表 多个字段的时候需要指定用什么来分隔 create table test(id int,name string)row format delimited fields terminated by '\t'; create table test(id 阅读全文
posted @ 2015-07-23 21:29 tonglin0325 阅读(676) 评论(0) 推荐(0)