title aliases 控制流程函数 /docs-cn/dev/functions-and-operators/control-flow-functions/ /docs-cn/dev/reference/sql/functions-and-operators/control-flow-functions/ 控制流程函数 TiDB 支持使用 MySQL 5.7 中提供的所有控制流程函数。 函数名 功能描述 CASE Case 操作符 IF() 构建 if/else IFNULL() 构建 Null if/else NULLIF() 如果 expr1 = expr2,返回 NULL