You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select 1
from test1 t
left join test1 t2 on t.order_sn = t2.order_sn
where
t.order_sn >= '1'
and t.order_sn <= '0'
or t2.order_sn >= '1'
and t2.order_sn <= '0'
;
Search before asking
Version
1.2.6 && 2.0.1
What's Wrong?
SQL ERROR [1105] [HY000]: errCode = 2, detailMessage = Unexpected exception: Index: 0, Size: 0
What You Expected?
Query succeeds.
How to Reproduce?
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: