Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.08 KB

control-flow-functions.md

File metadata and controls

16 lines (13 loc) · 1.08 KB
title summary category
Control Flow Functions
Learn about the Control Flow functions.
reference

Control Flow Functions

TiDB supports all of the control flow functions available in MySQL 5.7.

Name Description
CASE Case operator
IF() If/else construct
IFNULL() Null if/else construct
NULLIF() Return NULL if expr1 = expr2