Standard SQL Support
The CASE WHEN Statement
MindsDB supports standard SQL syntax, including the CASE WHEN
statement.
The CASE WHEN
statement is used for conditional logic within queries. It evaluates conditions and returns specific values based on whether each condition is true or false, allowing for conditional output within SELECT
, WHERE
, and other clauses.
Was this page helpful?