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
What is the difference between sql and psql?
How do I create a table in postgresql pgadmin?
How do you create a foreign key in pgadmin 4?
How do you insert rows and columns?
What is pgrouting?
What is the option that can be used in PostgreSQL to make transactions see rows affected in previous parts of the transaction?
Is postgres a database?
Is mysql faster than postgresql?
Is foreign key should be unique?
How to get the ddl of a table in postgresql?
What is a ctid?
How do you remove a foreign key constraint?
What does information_schema contain?
How do I add one column in postgresql?
How do I enable remote access to postgresql database?