- Returns
TRUEif all elements in the array areTRUEor if the array is empty. - Returns
FALSEif any element in the array isFALSE. - Returns
NULLif any element isNULLand no element isFALSE.
ARRAY_ALL_MATCH applies the function to each element and then evaluates the resulting array.
Alias: ALL_MATCH
Syntax
Parameters
Return Type
TheARRAY_ALL_MATCH function returns a result of type BOOLEAN.
Examples
Check if all player nicknames end with'2024':
Rows: 1Execution time: 5.97ms
Rows: 1Execution time: 5.71ms
true:
Rows: 1Execution time: 6.37ms