0
What is invalid identifire error?
1 Réponse
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.