bool_or() 是一个系统函数,如果任何非 NULL 输入值为 true,则返回 true,否则返回 false。
bool_or()
NULL
true
false
bool_or() 在 PostgreSQL 8.0 中添加。
bool_or ( boolean ) → boolean