Hi,

I have a call csvwrite script for my database. How can I change script so 
that it allows me to "control" the sort order of the columns?
I want specific columns of my table to be in specific order (ie: Date, 
Name, Location, Phone, etc).

CALL CSVWRITE('C:\TEMP\exportdata.csv','SELECT "DATA_PUSH".* FROM 
"PUBLIC"."DATA_PUSH" 
"DATA_PUSH"','fieldDelimiter= writeColumnHeader=false');

Thanks!
Sherry

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/h2-database/-/WMRRLS9R1aIJ.
To post to this group, send email to h2-database@googlegroups.com.
To unsubscribe from this group, send email to 
h2-database+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to