sql-referencesql-functionsfunctionsSIZEVersion: 0.0.1On this pageSIZECategories: DatatypeSIZEReturns the number of entries in a map expression.SyntaxSIZE(input map) → intinput: A map expression for which to return the number of entries.Examples{{< codeheader "SIZE example" >}}SELECT SIZE(properties)-- 3-- 2