SELECT DISTINCT on a field not appearing in recordset?
Posted
by user151841
on Stack Overflow
See other posts from Stack Overflow
or by user151841
Published on 2010-05-13T15:10:20Z
Indexed on
2010/05/13
15:14 UTC
Read the original article
Hit count: 151
sql
|database-agnostic
I want to do a SELECT DISTINCT guid, ...
, but I don't want guid
appearing in the recordset. How do I do this?
© Stack Overflow or respective owner