Subject insert multiple rows
Author betoban2007
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));