摘要:
oracle 截取字符(substr),检索字符位置(instr) case when then else end语句使用 收藏 常用函数:substr和instr1.SUBSTR(string,start_position,[length]) 求子字符串,返回字符串解释:string 元字符串 s 阅读全文
摘要:
--存储过程select * from sys.all_objects where object_type='PROCEDURE' and object_name like ('***%');--触发器select name,modify_date from sys.all_objects wher 阅读全文
摘要:
1.用-s判断时间是否为NULL ############################### echo "Begin to check file" #for i in `ls *|awk -F '.' '{print $1}'` //获取文件名(不带后缀) #获取循环获取文件名 for i in 阅读全文