我从命令行运行包含WbExport(使用Select语句)的sql脚本时遇到一个问题。目标文件夹中缺少txt文件和导入sql脚本命令提示符显示语句已执行,但我认为执行命令时select语句未运行。
没有使用Select语句,我得到了所需的输出文件,但是Import SQL脚本中缺少列名,这就是我在WbExport中尝试Select语句方法的原因。>>
命令:
java -jar sqlworkbench.jar -profile=New_profile -script=cmd_test.sql
sql脚本(cmd_test.sql):
WbExport -type=text -file='D:\Migration\CMD_TEST\employee.txt' -delimiter='~' -quotechar='^' -encoding=UTF8 -quoteCharEscaping=duplicate -formatFile=postgres -header=true -decimal='.' -dateFormat='yyyy-MM-dd' -replaceExpression='(\n|\r\n)' -replaceWith=''; select * from ces_prj_raymond_poc.dbo.employee; ------------I think this statement is not executing.
TXT数据文件和表的导入SQL脚本
我从命令行运行包含WbExport(使用Select语句)的sql脚本时遇到一个问题。目标文件夹中缺少txt文件和导入sql脚本。...
已交叉发布到SQL Workbench / J support group