Hi,
you can use:
call csvwrite('~/temp.csv','SELECT * FROM existingCustomers', 'UTF-8', chr(9));
select * from csvread('~/temp.csv',null, 'UTF-8', chr(9));
regards,
Dario.
El 17/11/10 12:02, Jens Helweg escribió:
> The subject actually says it all:
>
> How do I specify TAB as a delimiter in CSVREAD?
>
> I tried '\t' but that did not work. I already googled the h2 web site
> and the h2 google group with no success...
>
> Thanks & Regards,
> Jens
>
--
You received this message because you are subscribed to the Google Groups "H2
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/h2-database?hl=en.