Skip to main content
Databend
Overview
Architecture
Performance
User Guide
Get Started
SQL
CLI
APIs
Data Loading
Dev Guide
Contributing
Development
Roadmap
Policies
RFCs
Learn
Lessons
GitHub
🌜
🌞
Search
Conditional Functions
📄️ IF
If expr1 is TRUE, IF() returns expr2. Otherwise, it returns expr3.
📄️ isNotNull
Checks whether a value is not NULL.
📄️ isNull
Checks whether a value is NULL.