Menu

#8 DISTINCT doesn't respect distinctFields properly

open
nobody
None
8
2003-06-30
2003-06-30
Alan Knight
No

In printSelectFieldsOn: the implementation just prints
DISTINCT without qualifying the fields, so all fields must be
distinct, not just the distinct ones. Needs to be DISTINCT()
or DISTINCT ON () ? May vary by database.

Discussion


Log in to post a comment.