PHP-Code:
SELECT email
FROM contacts c
JOIN contacts_functions ON id
WHERE c.id = '4'
LIMIT 0 , 30
MySQL said: Documentation
#1052 - Column: 'id' in on clause is ambiguous
Warum nur? Bei on gibt doch an welche Spalte der ersten Tabelle auf die gleiche Spalte der zweiten Tabelle fällt, oder nicht ?
Kommentar