Hi,
I will add a feature request, however I don't think this is something
that many people use or need. It's an Oracle specific feature I
couldn't find in any other database. Most databases however support
the much shorter:
INSERT ALL
INTO phone_book VALUES ('John Doe', '555-1212'), ('Peter Doe', '555-2323');
instead of the Oracle syntax:
INSERT ALL
INTO phone_book VALUES ('John Doe', '555-1212')
INTO phone_book VALUES ('Peter Doe', '555-2323')
SELECT * FROM DUAL;
Regards,
Thomas
--
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.