หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
✅ Azure Stream Analytics ✅ Fabric Eventstream
Returns the length of the specified array.
Syntax
GetArrayLength ( array_expression )
Arguments
array_expression
Is the array expression to be evaluated as a source array. array_expression can be a column of type Array or result of another function call.
Return Types
bigint
Examples
SELECT
GetArrayLength(arrayField) AS arrayLength
FROM input