我有一个奇怪的问题。我正在从 bat 文件中执行此操作
cd C:\LabWorks
dbisqlc -c "DSN=Labworksdb;UID=users;PWD=labworks" select PONUMBER, orderstatus, writeback, shipdate from orderinfo, shippinginfo where orderinfo.custid = '52467' and orderinfo.orderid = shippinginfo.orderid and shippinginfo.shipid > '505800'; Output to \\dp-2\ftp\Nanipics\NP_Status.csv
该查询在我的数据库工具中运行良好,但是当我运行 bat 文件时,它会更改我的查询,然后显然会出错。见附图。
有任何想法吗?