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_MIN function
ARRAY_MIN(<array>)
<array>
ARRAY
levels
SELECT ARRAY_MIN([1, 2, 3, 4]) AS levels;
Rows: 1Execution time: 6.39ms
Was this page helpful?