Adaptive Server Anywhere v7 でクエリを実行しています。
select customerinfo.customerid, Name, Address1, Address2, City, State, ZIP, Country from customerinfo, addressinfo
where customerinfo.customerid = addressinfo.customerid
and MEMBER = (Date(GetDate()-4))
and addressinfo.addresstype = 's';
Output to C:\SamplePacks.CSV
出力は次のとおりです。
123、「名前」、「住所1」、「住所2」.....
一重引用符が表示されないようにクエリを実行する方法はありますか?