hive表的使用——建立修改删除

hive表的使用——建立修改删除 本文主要介绍hive中表的增长,修改和删除等。 好,下面上货。 建立表: 一、新建数据库xytestdatabase 二、编写建表脚本createtable create table if not exists xytestdatabase.employee( name string, salary float, familys array<string>, pr
相关文章
相关标签/搜索