摘要:
1.用-s判断时间是否为NULL ############################### echo "Begin to check file" #for i in `ls *|awk -F '.' '{print $1}'` //获取文件名(不带后缀) #获取循环获取文件名 for i in 阅读全文
摘要:
. ~/.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 阅读全文