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