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
How does pgadmin connect to remote database?
Does postgres create indexes for foreign keys?
How to create table in particular schema in postgresql?
What is inverted file ?
How do I delete a postgres database?
What is the option that can be used in PostgreSQL to make transactions see rows affected in previous parts of the transaction?
Is postgresql a relational database?
What is a foreign key example?
What is the best postgresql gui tool?
Can postgresql run on windows?
Where are postgres databases stored?
How does db indexing work?
Do provide an explanation for pgadmin?
What is maximum size of table in postgresql?
How to get current date in postgresql?