boolOr
This section contains reference documentation for the BOOLOR function.
Signature
Usage Examples
select BOOLOR(hasError) AS value
from myTablevalue
select city, BOOLOR(hasError) AS anyErrors
from myTable
GROUP BY citycity
anyErrors
Last updated
Was this helpful?

