function (table
as table, optionalcomparisonCriteria
as nullable any) as logical
table
contains only distinct rows (no duplicates). Returns true
if the rows are distinct, false
otherwise. An optional parameter, comparisonCriteria
, specifies which columns of the table are tested for duplication. If comparisonCriteria
is not specified, all columns are tested.true
false