Actions
Bug #4997
closedPostgreSQL DISTINCT ON
Start date:
06/27/2016
Due date:
% Done:
0%
Estimated time:
Description
Passes DISTINCT, but complains about DISTINCT ON:
"Wt: fatal error: ERROR: syntax error at or near ""ON"\"
LINE 1: ...t.id) SELECT DISTINCT ON (©.""location"") ©.""id"", ON (©....\"
in the query like following:
SELECT DISTINCT ON (©.location) © FROM client c ORDER BY ©.location;
Updated by Koen Deforche over 8 years ago
- Status changed from New to InProgress
- Assignee set to Roel Standaert
- Target version set to 3.3.7
Updated by Roel Standaert over 8 years ago
- Status changed from InProgress to Implemented @Emweb
Updated by Koen Deforche about 8 years ago
- Status changed from Implemented @Emweb to Resolved
Updated by Roel Standaert over 7 years ago
- Status changed from Resolved to Closed
Actions