Youssef Makboul
Results
1
issues of
Youssef Makboul
Given a `group_concat` invocation: ```sql GROUP_CONCAT([DISTINCT] expr [,expr ...] [ORDER BY {unsigned_integer | col_name | expr} [ASC | DESC] [,col_name ...]] [SEPARATOR str_val]) Select JoinedMonth, group_concat( distinct FirstName order by...
bug