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
added at 3ab7ee8 string comparision operators in the select list expressions. Now expressions with string attributes could be compared with <,>,<=,>=,!= in the select list and other expressions such
select if (str_attr<'that', -2, 100) as cnd1 from idx ...
Proposal:
As of now,
IF()
supports only the '=' comparison for string values. We need to add support for the '<', '>', '<=' , '>=' operations too.Checklist:
To be completed by the assignee. Check off tasks that have been completed or are not applicable.
The text was updated successfully, but these errors were encountered: