Release Notes
Product Announcements
op1 and op2
Supported value types for op1: bool only.
Supported value types for op2: bool only.op1 or op2
Supported value types for op1: bool only.
Supported value types for op2: bool only.not op1
Supported value types for op1: bool only.case when search_condition then statement_list else statement_list end
Supported value types for search_condition: bool only.
Supported value types for statement_list: int, bigint, double, decimal, varchar, and char.if(expr1, expr2, expr3)
Supported value types for expr1: bool only.
Supported value types for expr2: int, bigint, double, decimal, varchar, and char.
Supported value types for expr3: int, bigint, double, decimal, varchar, and char.ifnull(expr1, expr2)
Supported value types for expr1: int, bigint, double, decimal, varchar, and char.
Supported value types for expr2: int, bigint, double, decimal, varchar, and char.isnull(expr1)
Supported value types for expr1: int, bigint, double, decimal, varchar, and char.expr IN (value,...)
Supported value types for expr: int, bigint, double, decimal, varchar, and char.
Supported value types for value: int, bigint, double, decimal, varchar, and char.expr IN (sub_query)
Supported value types for expr: int, bigint, double, decimal, varchar, and char.
Supported value types for sub_query: subquery and single field.expr like pattern
Supported value types for expr: int, bigint, double, decimal, varchar, and char.
Supported value types for pattern: int, bigint, double, decimal, varchar, and char.coalesce(value,...)
Supported value types for value: int, bigint, double, decimal, varchar, and char.Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback