Are there any known methods (or tricks) of fetching unique combinations of fields from a table?
For example, there are fields of the form: Field1, Field2, ... FieldN Is it possible to somehow select only unique combinations of the values of these fields? Ie if:
Field1 = A Field2 = B FieldN = C then:
Field1 = B Field2 = C FieldN = A be considered identical to the previous one and discard.