"group_concat(distinct ...)" did not work correctly in a view or subquery (the…
"group_concat(distinct ...)" did not work correctly in a view or subquery (the 'distinct' was lost). Example: select * from (select group_concat(distinct 1) from system_range(1, 3));
正在显示
请
注册
或者
登录
后发表评论