我已经将CSV文件作为数据库连接到automation工具中,我希望使用update查询更新某些列值。
Update [$vOutputFileName$]
Set [column 7] = 88
Where [column1] = "5744543"当我使用这个查询时,我会得到一个错误
微软的参数太少。预期1。
请帮帮忙。
发布于 2020-05-18 22:23:01
试着‘而不是’
这是参考资料。
Other incorrect formatting like extra spaces in the SQL statement can also cause this error.https://stackoverflow.com/questions/61388103
复制相似问题