This message is received in response to the query SELECT * FROM JA_Party. I would like to know
what am I doing wrong.
ERROR: relation "ja_party" does not exist
LINE 1: SELECT * FROM JA_Party
^
********** Error **********
ERROR: relation "ja_party" does not exist
SQL state: 42P01
Character: 15
Answer Posted / madhub
Case Sensitive or the table does not exists.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is postgresql better than oracle?
How do I connect to postgresql database using pgadmin?
How big can a postgres database be?
How do you edit a table in pgadmin?
How do I view blob data?
How do I remove all rows from a table?
Where is pgadmin installed?
What is wal in postgresql?
How do I create a table in postgresql pgadmin?
What is a schema example?
How to start postgresql server in windows 10?
What is schema in reading comprehension?
What is the point of foreign keys?
What is default password for postgres?
Does vacuum full reindex?