折雨的天空

博客介绍:本博客当前共有文章【968】篇,总阅读量【5,158,499】次,第一篇博客发表于【2011年04月06日 10时34分】,距今已【4978】天,感谢您的使用!

日志归档

2018年2月发布的文章

oracle表分区的使用

其他技术oracle表分区的使用

阅读(2772) 评论(0)

先来几个参考地址: http://blog.csdn.net/qq_29663071/article/details/51557802 http://blog.csdn.net/sdtysdu2000/article/details/9066413 http://blog.csdn.net/chichuduxing/article/details/68490822 ...
oracle对比表结构

其他技术oracle对比表结构

阅读(3889) 评论(0)

/*1.比较表结构 */ (select column_name from user_tab_columns where table_name = 'T_A' minus select column_name from user_tab_columns whe...