|
|
| Line 41: |
Line 41: |
| References | | References |
| * [https://mysqldump.guru/mysqldump-got-errno-32-on-write.html mysqldump: Got errno 32 on write | mysqldump.guru] | | * [https://mysqldump.guru/mysqldump-got-errno-32-on-write.html mysqldump: Got errno 32 on write | mysqldump.guru] |
|
| |
| == ERROR 1052 - Column 'column_name' in field list is ambiguous ==
| |
| Message: Error Code: 1052. Column 'column_name' in field list is ambiguous
| |
|
| |
| Cause: Since 'column_name' is present in 2 or more tables ...<ref>[https://stackoverflow.com/questions/19351633/error-code-1052-column-admin-id-in-field-list-is-ambiguous mysql - Error Code: 1052 Column 'admin_id' in field list is ambiguous - Stack Overflow]</ref>
| |
|
| |
| Solution: Remain only one table name 'column_name' OR adding the table name alias.
| |
|
| |
|
| == ERROR 1054 - Unknown column in 'where clause' == | | == ERROR 1054 - Unknown column in 'where clause' == |