Home : General : Databases and SQL :

General: Databases and SQL: Re: [Paul] Delete query not working: Edit Log

Here is the list of edits for this post
Re: [Paul] Delete query not working
i just about memorized that page yesterday trying to do it, but that was no help. And ive taken that field out of it as well and it still dont work, gives same old error.
Ive tried.

DELETE FROM cartcontents.*
sid RIGHT JOIN cartcontents ON sid.sid_sid = cartcontents.carsid
WHERE sid.sid_sid Is Null


DELETE FROM cartcontents
RIGHT JOIN cartcontents ON sid.sid_sid = cartcontents.carsid
WHERE sid.sid_sid Is Null


and a few other combinations, all give the same error. Another thing im thinking of is does MySQL support this type of delete query?

Last edited by:

WoSkI: Jan 21, 2003, 2:02 PM

Edit Log: