Hello!
I am trying to create a table using the following CSV file (test.csv):
===
,,
0,1,2
===
CREATE TABLE A AS SELECT * FROM CSVREAD('test.csv');
SELECT * FROM A
However, in the result I see that the third column (COLUMN2) gets lost:
[image: CSVREAD.png]
Could you please check?
Thank you,
George
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/h2-database/2a7d89a4-e6fe-4a6b-befe-70a44864f888%40googlegroups.com.