摘要: ### 提取SQL语句 FILE_PATH="/data/SCRIPT" cat tables | while read file do echo "-----> ${file}" start=`grep -nEi "^insert|^with" ${FILE_PATH}/${file}|awk -F':' '{print $1}'|head -1` end=$(... 阅读全文
posted @ 2018-09-05 11:39 chenzechao 阅读(329) 评论(0) 推荐(0)