SQL CASE Clause in SQL Queries
The SQL `CASE` clause can be used in `SELECT`, `DELETE`, `UPDATE` and even in the `INSERT` statement. In SQL, use columns in many different clauses like the `WHERE`, the `SELECT` list, the `ORDER BY`, or the [GROUP BY](/sql-tutorial/intermediate-sql/sql-group-by-clause/). What about the cases where the data is not coming from the same column?
Start now