我有一个作为数据库连接的 CSV 文件,我想更新列值而不是所有列使用来自任何地方的自动化查询
I have a CSV file which is connected as database and I want to update column values not all column using query from automation anywhere
我已在 automation anywhere 工具中将 CSV 文件连接为数据库,我想使用更新查询更新某些列值。
Update [$vOutputFileName$]
Set [column 7] = 88
Where [column1] = "5744543"
当我使用这个查询时,我得到一个错误
[Microsoft][ODBC Text Driver] Too few parameters. Expected 1.
请帮忙。
尝试用'代替“
这来自 MS 参考。
Other incorrect formatting like extra spaces in the SQL statement can also cause this error.
我已在 automation anywhere 工具中将 CSV 文件连接为数据库,我想使用更新查询更新某些列值。
Update [$vOutputFileName$]
Set [column 7] = 88
Where [column1] = "5744543"
当我使用这个查询时,我得到一个错误
[Microsoft][ODBC Text Driver] Too few parameters. Expected 1.
请帮忙。
尝试用'代替“
这来自 MS 参考。
Other incorrect formatting like extra spaces in the SQL statement can also cause this error.