xiaoxu9401 opened a new issue, #20464:
URL: https://github.com/apache/shardingsphere/issues/20464
when the query result set contains a.*, and contains join sub query , the
resultset is wrong。 final result fields has sub selected field。
such as
select
a.*
from litigation_lawyer a inner join (
select lawyer_id, max(version) as version from
litigation_lawyer_blacklist group by lawyer_id
) b on a.lawyer_id = b.lawyer_id and a.version = b.version
result: a.* , lawyer_id
--
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]