Question
Is it possible to get error 1054 even if the column exists in the table?
Asked by: USER4738
72 Viewed
72 Answers
Answer (72)
Yes, it's possible. This can happen if you're using a different database connection or schema than the one you expect. Verify that you're connected to the correct database and schema where the table and column reside.