摘要:
shell 脚本自动GBK转UTF8 shell for i in ; do iconv f gbk t utf 8 $i $i.new; done 如果出现 cannot convert,把对应错误转换的文件.new删掉 find . name " .new" | sed 's/\(. \).ne 阅读全文
摘要:
问题 You can't specify target table 'user_cut_record_0413' for update in FROM clause 原因 待更新/删除的数据集与查询的数据集撞车了,可以给后面的数据集加个别名,来解决撞车问题 报错语句 解析语句 delete from 阅读全文