Is there a way to insert multiple records into a table with one Insert statement?
Something like:[pre][blue]INSERT INTO MyTable (ID, F_NAME, AGE) VALUES
(2, 'SUSIE Q', 24),
(3, 'BOB Q', 25),
(4, 'Bill Z', 15)[/blue]
[/pre]
---- Andy
"Hmm...they have the internet on computers now"--Homer Simpson
Something like:[pre][blue]INSERT INTO MyTable (ID, F_NAME, AGE) VALUES
(2, 'SUSIE Q', 24),
(3, 'BOB Q', 25),
(4, 'Bill Z', 15)[/blue]
[/pre]
---- Andy
"Hmm...they have the internet on computers now"--Homer Simpson