摘要: CREATE GLOBAL TEMPORARY TABLE tablename (columns) [ ON COMMIT PRESERVE | DELETE ROWS ] SQL> create global temporary table emp_temp(eno number) on comm 阅读全文
posted @ 2019-05-21 11:40 树下看猴 阅读(7604) 评论(0) 推荐(0) 编辑
摘要: 1. 查询所有存储过程 2. 存储过程信息查询 3. 查询所有触发器 4. 查询所有索引 5. 显示存储过程内容 阅读全文
posted @ 2019-05-21 10:29 树下看猴 阅读(636) 评论(0) 推荐(0) 编辑