Skip to content

mysql GROUP_CONCAT syntax not supported #72

@mtruchard

Description

@mtruchard

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions