Subject | insert multiple rows |
---|---|
Author | betoban2007 |
Post date | 2007-12-11T04:12:28Z |
Does somebody know as inserting multiple registrations in firebird?
and attempted the following thing but it generates me error:
INSERT INTO tbl_x (col1, col2, col3)
VALUE ((' val11 ', ' val1'2, val13),
(' val11 ', ' val1'2, val13),
(' val11 ', ' val1'2, val13));
and attempted the following thing but it generates me error:
INSERT INTO tbl_x (col1, col2, col3)
VALUE ((' val11 ', ' val1'2, val13),
(' val11 ', ' val1'2, val13),
(' val11 ', ' val1'2, val13));