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 * FROM df1 WHERE val <=> 20 is valid but SELECT * FROM df1 WHERE 20 <=> val is not. This behavior extends to equality and other comparisons as well. Other SQL engines handle this just fine.
To Reproduce
No response
Expected behavior
No response
Component(s)
SQL
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
SELECT * FROM df1 WHERE val <=> 20
is valid butSELECT * FROM df1 WHERE 20 <=> val
is not. This behavior extends to equality and other comparisons as well. Other SQL engines handle this just fine.To Reproduce
No response
Expected behavior
No response
Component(s)
SQL
Additional context
No response
The text was updated successfully, but these errors were encountered: