...
select group_concat(...) as foo
...
order by foo is null asc
会返回错误 Reference 'foo' not supported (reference to group function)
...
select group_concat(...) as foo
...
order by foo is null asc
会返回错误 Reference 'foo' not supported (reference to group function)