HappenLee opened a new issue #5284:
URL: https://github.com/apache/incubator-doris/issues/5284
**Describe the bug**
Do query like:
```
SELECT a.aid,
b.bid
FROM
(SELECT 3 AS aid)a
RIGHT JOIN
(SELECT 4 AS bid)b ON (a.aid=b.bid)
```
The right result is

But the Doris result is

**Additional context**
I Have find the problem. I will create a pull request to Fix this problem
soon.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]