Insert af mange records
Hej,Er der nogen der kan fortælle mig hvad der er den bedste måde at indsætte 10-50 rows i en tabel på een gang?
Altså, jeg har følgende statement
INSERT mycompanies (company_name)
VALUES (\'New Moon Books\')
INSERT mycompanies (company_name)
VALUES (\'Binnet & Hardley\')
INSERT mycompanies (company_name)
VALUES (\'GGG&G\')
INSERT mycompanies (company_name)
VALUES (\'Scootney Books\')
Skal jeg lave en stored procedure istedet, eller?
På forhånd tak
Henrik Staun Poulsen
Stovi Software