Subject Selecting distinct
Author sasidhardoc
For a query such as "SELECT ID, f1, f2 FROM t1......" is it possible
to return records that have distinct values in some columns only?
"SELECT DISTINCT ID, f1, f2 FROM t1......" does not work because ID is
always a distinct value. TIA!