PDA

View Full Version : INSERT TABLE isn't allowed in FROM table list


corsacrazy
03-19-2005, 07:59 PM
have an error on a non vb project im working on this is the error

INSERT TABLE 'auctions' isn't allowed in FROM table list


any one tell me what is wrong ? thanks

Marco van Herwaarden
03-19-2005, 08:03 PM
You can not use a table in the from clause if you are inserting into the same table.

Not sure if this is changed is later MySQL versions.

corsacrazy
03-19-2005, 09:18 PM
its basically an auction scrip , the error comes after an auction is over and i press the relist auction button which should send the data back into the databse and thus relisting the item how ever thats the error i get :(

any more ideas?