Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Reference material for ARRAY_MAX function
ARRAY_MAX(<array>)
<array>
ARRAY
levels
SELECT ARRAY_MAX([1, 2, 3, 4]) AS levels;
Rows: 1Execution time: 5.14ms
Was this page helpful?