Forum Moderators: coopster
INSERT INTO details (item_id, detail_name, detail_value, order) VALUES
(41, '****', '1500', 1),
(41, '****', '1 ounce .999 pure silver', 2),
(41, '****', '1988', 3),
(41, '****', 'proof', 4),
(41, '****', '$89.95 CAN', 5),
(41, '****', '****', 6),
(41, '****', '$240', 7),
(41, '****', '$290', 8)
new lines are for organization
This code inserts multiple rows in a single query, simply for speed, and because of the design of my database.