hive级联删除数据库和表
drop database t1 cascade;

hive创建临时表和插入
create table t1 as select * from achi;
insert into table t1 select * from achi;
insert overwrite table t1 select * from achi;

最新文章

  1. [开发笔记]-未找到与约束ContractName Microsoft.VisualStudio.Text.ITextDocumentFactoryService...匹配的导出【转载自:酷小孩】
  2. hihocoder #1388 : Periodic Signal NTT&FFT
  3. 转:ASP.NET 使用Ajax
  4. Hadoop学习笔记(1)
  5. Ubuntu kylin系统改中文系统文件名为英文
  6. WebKit笔记
  7. 教您Photoshop中如何快速放大、缩小、移动图像
  8. linux 消息队列的限制
  9. jquery 选择器 的学习,自己慢慢来
  10. 转:redis windows下的环境搭建
  11. Network Saboteur(搜索)
  12. Day3----《Pattern Recognition and Machine Learning》Christopher M. Bishop
  13. Java提高班(二)深入理解线程池ThreadPool
  14. Debian Security Advisory(Debian安全报告) DSA-4403-1 php7.0
  15. python:python之禅
  16. P1441 砝码称重(搜索+队列dp)
  17. Python+Selenium学习--鼠标事件
  18. vs2010下sort比较函数链接错误问题
  19. TortoiseSVN 和 VisualSVN
  20. HTML第一课——基础知识普及【2】

热门文章

  1. sorttable
  2. HTML5全局属性和事件
  3. Linux学习 : 裸板调试 之 使用MMU
  4. No mapping found for HTTP request with URI
  5. qt 程序启动参数 -qws  (转至 MrTXK
  6. 【Windows批处理II】类C语言的学习和思考
  7. HDU 2254
  8. PAT (Basic Level) Practise:1026. 程序运行时间
  9. HTML5实现屏幕手势解锁
  10. windows Apache+cgi的配置方法