摘要:
. ~/.profile ############################## # FTP Data files ############################## #remote dir REMOTEDIR="/home/cheyang/" #local dir LOCALDIR 阅读全文
摘要:
--添加student 表字段(CREATEDATE)按月分区alter table student add partition p201600 values less than (TO_DATE('2016-01-01','YYYY-MM-DD'));alter table student add 阅读全文