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 driver name for postgresql?
What is the difference between a primary key and a composite key?
What is postgres xc?
What is the Maximum size for a table in PostgreSQL?
What is foreign key violation?
What is pgrouting?
Is postgres a database?
Is postgresql object oriented?
How to disable foreign key constraint in postgresql?
How do I connect to pgadmin server?
How do you delete a row in a table?
What is dual table in postgresql?
How to start database server in postgresql?
What is a function in postgresql?
What is default password for postgres?