INSERT .... SELECT

2003-08-14 Thread Lars Rasmussen
anyone of you got a workaround for this problem, i did'nt find any in the manual. //Lars Rasmussen -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

INSERT .... SELECT

2003-08-14 Thread Lars Rasmussen
I tried that, but i dont work either. I need to insert a way that mysql doese'nt complain when i copy some records that have the same id (or that it just gives it an id according to the AUTO_INCREMENT) Thanks again //Lars Rasmussen -Oprindelig meddelelse- Fra: Jay Blanchard [mailto

mysql with subs

2003-02-14 Thread Lars Rasmussen
Hej all, I have a really kinky mysql problem. Well lets start, I have a table that looks like this ++--+-+ | id|title |subid| ++--+-+ | 1| MAIN | 0 |