We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aaf11d commit 8b54061Copy full SHA for 8b54061
README.md
@@ -35,6 +35,11 @@ Also I would like to know about needed examples or documentation stuff.
35
36
## Extensions in the latest SNAPSHOT version 0.9.4
37
38
+* support for MySQL **GROUP_CONCAT**
39
+
40
+```sql
41
+GROUP_CONCAT(DISTINCT test_score ORDER BY test_score DESC SEPARATOR ' ')
42
+```
43
44
## Extensions of JSqlParser releases
45
0 commit comments