vikaspa Posted April 4, 2008 Share Posted April 4, 2008 Dear All We want to forward spme details header + product details recorded for a customer as it is to other customer The id or key is auto generated is there any simple commanbd to do this like insert into table1 ( select * from table1 where id=1234) Link to comment https://forums.phpfreaks.com/topic/99496-insert-record-read-as-it-is-with-different-id/ Share on other sites More sharing options...
fenway Posted April 4, 2008 Share Posted April 4, 2008 Huh? Link to comment https://forums.phpfreaks.com/topic/99496-insert-record-read-as-it-is-with-different-id/#findComment-509258 Share on other sites More sharing options...
gluck Posted April 4, 2008 Share Posted April 4, 2008 Dear All We want to forward spme details header + product details recorded for a customer as it is to other customer The id or key is auto generated is there any simple commanbd to do this like insert into table1 ( select * from table1 where id=1234) make the the id field auto_increment Link to comment https://forums.phpfreaks.com/topic/99496-insert-record-read-as-it-is-with-different-id/#findComment-509496 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.