SOME
Purpose
This function returns TRUE
if the value expr
is true for at least one row in the window or group of input rows. Otherwise, this function returns FALSE
.
Syntax
some::=
Usage Notes
This function is an alias for ANY
. For more information, refer to the ANY function.