Jump to content

[SOLVED] what exactly does this error mean?


webguync

Recommended Posts

I believe this error is related to either MySQL or SQL.

 

"Column 'employee_name' in field list is ambiguous"

 

my SQL is

 

$sql = "SELECT ID, employee_name, emp_id FROM $employee_table LEFT JOIN $check_table ON `ID` = `EmpID` ORDER BY ID ASC";

 

someone please explain to me what this means!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.