Garwaniny: Auch mit WHERE gehts nicht

Beitrag lesen

moin

Das gleiche Problem mit WHERE:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

mysql> DELETE FROM users INNER JOIN people WHERE users.id = people.uid;
ERROR 1064: You have an error in your SQL syntax.  Check the manual
that corresponds to your MySQL server version for the right syntax to
use near 'INNER JOIN people WHERE users.id = people.uid' at line 1
mysql>

Warum schreibt man bei JOIN's eigentlich ON und nicht WHERE?
Worin liegt der unterschied?

Und wie löse ich mein DELETE Problem nun?

VLGVSB
Garwaniny