function (table
as table, optionaldefault
as nullable any) as nullable any
table
or an optional default value, default
, if the table is empty.[CustomerID = 3, Name = "Paul", Phone = "543-7890"]
({})
or return [a = 0, b = 0] if empty.[a = 0, b = 0]