Returns a set, removing duplicate tuples from a specified set.
Distinct(«Set»)
Duplicates are eliminated from the tail.
The following example returns {(a,b), (c,d )}:
{(a,b), (c,d )}
Distinct({(a,b), (c,d), (a,b)})
Submit feedback about this site to: