Hisoka-X commented on code in PR #9154: URL: https://github.com/apache/seatunnel/pull/9154#discussion_r2040509838
########## docs/en/transform-v2/sql-functions.md: ########## @@ -959,6 +959,16 @@ Example: NULLIF(A, B) + +### MULTI_IF +```MULTI_IF(condition1, value1, condition2, value2, ... conditionN, valueN, bValue)``` + +returns the first value for which the corresponding condition is true. If all conditions are false, it returns the last value. Review Comment: Please update doc follow https://clickhouse.com/docs/sql-reference/functions/conditional-functions#multiif -- 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-unsubscr...@seatunnel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org