dbTalk Databases Forums  

Qoutes in "Output to" statement

sybase.public.sqlanywhere.general sybase.public.sqlanywhere.general


Discuss Qoutes in "Output to" statement in the sybase.public.sqlanywhere.general forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
polzovatel
 
Posts: n/a

Default Qoutes in "Output to" statement - 12-16-2003 , 05:40 AM






If I run the following statement:
---
select time1, time2 from table1 ;Output to c:\test.csv Quote '"' ALL;
---
and time1 is Null
it writes
---
, "12:00"
---
to a .csv file and I want it to be
---
"","12:00"
---
Any ideas how can I do it?

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.