-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
I use mySql and so far jsqlparser has done an awesome job parsing fairly complex syntax, but there is one issue I ran into. The full mysql GROUP_CONCAT syntax will not parse. The function expression just doesn't support all the parameter options:
GROUP_CONCAT([DISTINCT] expr [,expr ...]
[ORDER BY {unsigned_integer | col_name | expr}
[ASC | DESC] [,col_name ...]]
[SEPARATOR str_val])
DISTINCT works, but ORDER BY, and SEPARATOR do not.
http://dev.mysql.com/doc/refman/5.0/en/group-by-functions.html#function_group-concat
Metadata
Metadata
Assignees
Labels
No labels