Michael Schröpl: mysql: kein USING moeglich bei DELETE FROM?

Beitrag lesen

Hi Christian,

DELETE FROM categorie USING nomcat, domaine WHERE banner_ID = '1'
Something is wrong in your syntax près de 'USING nomcat, domaine WHERE banner_ID

"The first multi-table delete format is supported starting from MySQL
4.0.0. The second multi-table delete format is supported starting from
MySQL 4.0.2."
   (http://www.mysql.com/doc/en/DELETE.html)

Ist das, was Du da machen willst, multi-table-delete?
Wenn ja - welche mySQL-Version verwendest Du? (4.0.3 ist noch beta)

Viele Grüße
      Michael