Submitted Questions

  • Postgresql - Error Message

    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

    Abhishek

    • Aug 12th, 2020

    There are three possibilities to this.
    1. The table ja_party does not exist in the connected database.
    2. Schema having ja_party table has not be set in schema search_path.
    3. Its possible that the table owner is different than the connected role.

    Atul Mahajan

    • Jun 16th, 2017

    Table ja_party does not exit