Categories: Datatype
SIZE
Returns the number of entries in a map expression.
Syntax
SIZE(input map) → int
- input: A map expression for which to return the number of entries.
Examples
SIZE exampleSELECT SIZE(properties)
-- 3
-- 2
Was this page helpful?
Glad to hear it! Thank you for your feedback.
Sorry to hear that. Thank you for your feedback.