INSERT INTO details (idactivity,user,hours,val,date) VALUES ('981','133','0','10500','2008-07-01'),('981','184','0','2750','2008-07-01'),('981','184','0','2750','2008-07-01')
(displayed as PK details table)
Is there a way to get 3 new iddetails and get them for the next bulk insert request?
INSERT INTO activity (idactivity,iddetails) VALUES('981',??),('981',??),('981',??)
sql php mysql
egidiocs Sep 17 '09 at 17:53 2009-09-17 17:53
source share