Reason:
You have tried to query a table or view which does not exist in the current database.
Resolution:
Check that the table or view name is spelled correctly and that you are connected to the correct database.
Tips:
- Is the table or view name spelled correctly?
- Does the table or view need to be qualified by a schema?
- Are you connected to the correct database?
- Use SELECT current_database(); to find out which database you are connected to.
Comments
Article is closed for comments.