boolAnd
This section contains reference documentation for the BOOLAND function.
Signature
Usage Examples
select BOOLAND(isActive) AS value
from myTablevalue
select city, BOOLAND(isActive) AS allActive
from myTable
GROUP BY citycity
allActive
Last updated
Was this helpful?

