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