MAXMV
This section contains reference documentation for the MAXMV function.
Signature
Usage Examples
select MAXMV(DivLongestGTimes) AS value
from airlineStats
where arraylength(DivLongestGTimes) > 1value
Was this helpful?
This section contains reference documentation for the MAXMV function.
select MAXMV(DivLongestGTimes) AS value
from airlineStats
where arraylength(DivLongestGTimes) > 1Was this helpful?
Was this helpful?