AND Operator
Result
SELECT 1 = 1 AS result; result
--------
t
(1 row)
Basic PostgreSQL AND operator examples
Using the AND operator in the WHERE clause
Last updated