Subject | Selecting distinct |
---|---|
Author | sasidhardoc |
Post date | 2006-12-15T01:30:09Z |
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!
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!