You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "LiBinfeng-01 (via GitHub)" <gi...@apache.org> on 2023/06/01 03:25:01 UTC

[GitHub] [doris] LiBinfeng-01 commented on issue #19611: [Bug] ERROR occur in nested subqueries with same column name and union

LiBinfeng-01 commented on issue #19611:
URL: https://github.com/apache/doris/issues/19611#issuecomment-1571272204

   the expectation result of mysql 8 and oracle 21c is also complaining of this grammar, so I suggest to write more specific in sql like :select * from (select t0.c0 from t0, t1 where t1.c0 != 0 union select t1.c0 from t0, t1 where t1.c0 = 0) tmp;


-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org