Javatpoint Logo

91-9990449935

 0120-4256464

PostgreSQL Conditions

PostgreSQL conditions are used to get more specific results form a database. They are generally used with WHERE clause. Conditions with a clause act like a double layer filter.

Following is a list of PostgreSQL conditions:

  • AND Condition
  • OR Condition
  • AND & OR Condition
  • NOT Condition
  • LIKE Condition
  • IN Condition
  • NOT IN Condition
  • BETWEEN Condition