Method ADT.Table.table()->distinct()
- Method
distinct
 this_programdistinct(int|string...columns)- Description
 This method groups by the given columns and returns a table with only unique rows. When no columns are given, all rows will be unique. A new table object will be returned.