Additional Data Types
Stored procedures and UDFs can use ARRAY
and RECORD
types by accepting them as input parameters, creating and manipulating them in the procedure or UDF definition, and optionally returning them as a return type.QUERY
types.
Last modified: April 24, 2021