会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
yjhsbn
博客园
首页
博问
闪存
新随笔
订阅
管理
2017年10月11日
oracle temporary table
摘要: oralce 有两种临时表 a.会话级临时表 b.事物级临时表 A.事物级临时表 语法 create global temporary table table_name( col1 type1, col2 type2, ................) on commit delete rows;
阅读全文
posted @ 2017-10-11 00:08 杨杨yang
阅读(248)
评论(0)
推荐(0)