Contents
bool_or()
A function returning true or false depending on whether any non-NULL input value is true
bool_or()
is a system function which returns true
if any non-NULL
input value is true
, otherwise false
.
bool_or()
was added in PostgreSQL 8.0.
References
- PostgreSQL documentation: General-Purpose Aggregate Functions,