I am running a query on 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
Output is:
123, 'name','address1,'address2'.....
Is there a way to run the query so that the single quotes DO NOT show?
See doc
So it seems that you should do