VALUEIN
This section contains reference documentation for the VALUEIN function.
Signature
Usage Examples
SELECT VALUEIN(RandomAirports, 'SEA') as airport, count(*)
FROM airlineStats
GROUP BY airportairport
count(*)
SELECT VALUEIN(RandomAirports, 'SEA', 'PSC') as airport, count(*)
FROM airlineStats
GROUP BY airportairport
count(*)
Last updated
Was this helpful?

