jari_stockholm
05-23-2010, 02:25 PM
Hi.
(This is just a example of an longer insert statement)
Can i split it like this example below?
or is there some complicationt that might occur when doing like this?
INSERT INTO Cars (manufacturer, model
top_speed, acceleration)
VALUES ('Bmw', 'M3',
'250', '4,8 ',)
(This is just a example of an longer insert statement)
Can i split it like this example below?
or is there some complicationt that might occur when doing like this?
INSERT INTO Cars (manufacturer, model
top_speed, acceleration)
VALUES ('Bmw', 'M3',
'250', '4,8 ',)