Community

Avoiding MySQL ERROR 1052 by Prefixing Column Names in Multi Table Queries

(Ike Walker) MySQL is fairly relaxed about prefixing column names with a table name or alias in a query involving multiple tables. As long as the column name you use only exists in one of the tables in your query, MySQL does not require you to prefix it, regardless of SQL mode.

Read More - Register for Free Membership