Hi,

I sometimes use org.h2.tools.Shell to maintain the database running
at a remote host. I often write SQL queries as below(comments between
lines) and I want to paste them into Shell's prompt. But Shell tool
can't execute following query(I'm using 1.0.79).

CREATE TABLE t(
-- comment
a INTEGER,
-- comment
PRIMARY KEY(a)
);

Is there a method(or idea) for ignoring comments?
(Queries I always wrote has many lines and comments...)

# I think H2 is more suitable than Derby for Sun's JDK too.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to