How To Solve Error 1054 Unknown Column In Field List Manually?
Asked By
350 points
N/A
Posted on - 04/05/2017

I keep getting an error 1054 unknown column in field list in MySQL, when I try to execute the following query:
Insert into employees
values(‘12’, ‘anderson’,’Mumbai’);
The name of the first column in my table is ‘c.catalog_tip13.’ Here is the screenshot of the error:

