Is it possible to get error 1054 even if the column exists in the table?

Question

Grade: Education Subject: Support
Is it possible to get error 1054 even if the column exists in the table?
Asked by:
72 Viewed 72 Answers

Answer (72)

Best Answer
(217)
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.