Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1008 Bytes

control-flow-functions.md

File metadata and controls

16 lines (13 loc) · 1008 Bytes
title summary category aliases
Control Flow Functions
Learn about the Control Flow functions.
reference
/docs/sql/control-flow-functions/

Control Flow Functions

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