Hi,

is there a COPY command applicable in derby? I know this from
PostgreSQL, e.g.
COPY table (column1, column2) FROM stdin;
c11     c12
c21     c22
c31     c32
\.

I tried it with SQuirreL but had no success. Btw. where do I find a
reference of supported SQL commands in derby?

Thank you very much,
Walter

Reply via email to