What is invalid identifire error? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is invalid identifire error?

3rd Sep 2016, 6:07 AM
Akshay Pandhare
Akshay Pandhare - avatar
1 Answer
0
You have probably run a SELECT statement for a column that doesn't exist in the tables you are querying. Check for typos and that the column exists in the table you want. Sometimes the columns can be case sensitive, depending how the table was created.
4th Sep 2016, 8:46 PM
Michael Skae
Michael Skae - avatar