i wanted to write out a csv with a formated timestamp so i tried this:
CALL CSVWRITE('C:/DATEN/test2.csv', 'SELECT FORMATDATETIME(ALARMDATE, 'dd.MM
.yyyy HH:mm:ss'), ALARMTYPE, SEVERITY, UNITSTRING AS UNIT FROM 
ALARM_HISTORY', 'charset=UTF-8 fieldSeparator=;');

the select statement is working but not if i call it in CSVWRITE. did i 
something wrong?

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to