Forum Moderators: open
INSERT INTO my_table
VALUES ('netherlands', 'default')
but this doesnt
INSERT INTO my_table
VALUES ('netherlands', 'default')
VALUES ('poland', 'default')
and neither does this
INSERT INTO my_table
VALUES ('netherlands', 'default')
INSERT INTO my_table
VALUES ('poland', 'default')
anyone know how to?