91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Hive常用的SQL有哪些

發布時間:2021-12-10 11:06:22 來源:億速云 閱讀:154 作者:小新 欄目:大數據

這篇文章將為大家詳細講解有關Hive常用的SQL有哪些,小編覺得挺實用的,因此分享給大家做個參考,希望大家閱讀完這篇文章后可以有所收獲。

SQL的常見的操作
-- 創建和刪除數據庫
create database if not exists userdb;
drop databases if exists userdb;
--查看表的詳細信息
show create table tablename;
--查詢一張表,創建一張新的表
create table tablename as select  *  from tablename
hive表操作
-- 創建hive表
create external table if not exists table_name (
  `id` string comment 'id號',
  `name` string comment '名字',
  `height` double comment '身高',
) comment '學生信息表'
partition by (dt string)
row format delimited
fields terminated by '\t'
lines terminated by '\n'
stored as textfile
location 'hdfs文件路徑';

-- 刪除hive表
drop table if exists table_name;
分區操作
-- 刪除分區
alter table table_name drop if exists partition(dt = '20200820');
-- 新建分區,存入數據
alter table table_name add if not exists partition(dt = '20200820') location 'hdfs文件路徑';
-- 重命名分區
alter table table_name partition xxxxx rename to partition xxxxx;

關于“Hive常用的SQL有哪些”這篇文章就分享到這里了,希望以上內容可以對大家有一定的幫助,使各位可以學到更多知識,如果覺得文章不錯,請把它分享出去讓更多的人看到。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

隆德县| 罗江县| 邵东县| 晋中市| 朔州市| 景泰县| 望都县| 微博| 柞水县| 岗巴县| 津市市| 禹城市| 沧州市| 兴宁市| 林口县| 乃东县| 潞城市| 高青县| 温宿县| 河东区| 青冈县| 济南市| 东方市| 五大连池市| 双桥区| 大新县| 大埔县| 恩平市| 花垣县| 千阳县| 小金县| 红原县| 潍坊市| 锦州市| 永宁县| 荔浦县| 珲春市| 赤峰市| 牟定县| 宜章县| 陇西县|