Skip to content

Commit 8b54061

Browse files
committed
fixes #72
1 parent 3aaf11d commit 8b54061

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ Also I would like to know about needed examples or documentation stuff.
3535

3636
## Extensions in the latest SNAPSHOT version 0.9.4
3737

38+
* support for MySQL **GROUP_CONCAT**
39+
40+
```sql
41+
GROUP_CONCAT(DISTINCT test_score ORDER BY test_score DESC SEPARATOR ' ')
42+
```
3843

3944
## Extensions of JSqlParser releases
4045

0 commit comments

Comments
 (0)