![]() |
MySQL syntax error for delete
What is wrong with this query?
Code:
DELETE FROM vbpmtext, vbpm, vbpmreceipt WHERE (vbpm.pmid = vbpmreceipt.pmid) AND (vbpm.pmtextid = vbpmtext.pmtextid) AND vbpmtext.dateline < $time PHP Code:
Quote:
|
You can't delete 3 table elements at the same time... you have to run three queries for that.
|
You don't need to put the query into a variable then the variable into a method.
You can just use $db->query_write() Example: PHP Code:
The syntax is "DELETE FROM [table]". You don't list the fields. |
That depends if he's using a vBulletin backend or not.
|
Quote:
|
What is the MySQL version you are using and what is the exact error message you get?
|
Update: I'm not getting error messages using either of the following MySQL statements:
Version 1 (works): PHP Code:
PHP Code:
I will release this as an add-on when it's fully tested in case anyone else might find it useful. I'm using PHP v4.4.4 with MySQL v4.1.21. |
This is an interesting topic, and I'll have to take a look at your version 1 query since I've never used USING. I've had a lot of trouble doing cross-table deletes recently, and so far I've found that listing the fields (table1.*, table2.*) and avoiding aliases seems to work the best.
|
All times are GMT. The time now is 02:42 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|