xiaoqunhu commented on issue #18136:
URL:
https://github.com/apache/shardingsphere/issues/18136#issuecomment-1143509954
I' am sorry , my describe is not so accurate,
Problem SQL is :
SELECT l.id,GROUP_CONCAT(r.id) as right_ids
table1 l left join table2 r on l.id = r.id
group by l.id,
I can get l.id , but right_ids is null
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]