About 1,390,000 results
Open links in new tab
  1. SQL CASE Expression - W3Schools

    The CASE expression goes through conditions and returns a value when the first condition is met (like an if-then-else statement). So, once a condition is true, it will stop reading and return the …

  2. CASE Statement in SQL Examples - SQL Server Tips

    Apr 20, 2021 · This tip will teach you when and how you can use CASE in T-SQL statements with several code examples to give you a better understanding.

  3. How to Use the CASE Statement in SQL (With Examples)

    Learn how to use the SQL `CASE` statement to implement conditional logic efficiently. Explore its syntax, use cases, best practices, and performance considerations.

  4. SQL CASE WHEN Explained: 10 Easy Examples for Beginners

    Jan 16, 2024 · In this article, you'll find real-world practical exercises using the CASE WHEN statement for data analysis. This statement enables analysts to craft customized logic for …

  5. SQL CASE WHEN with Multiple Conditions – Syntax, Examples

    Oct 7, 2025 · In this guide, we break down how to use the SQL CASE WHEN statement with multiple conditions across platforms like MySQL, SQL Server, Oracle, and PostgreSQL. By the …

  6. CASE (Transact-SQL) - SQL Server | Microsoft Learn

    Nov 18, 2025 · The following example uses the CASE expression in a HAVING clause to restrict the rows returned by the SELECT statement. The statement returns the hourly rate for each …

  7. SQL CASE Statement - GeeksforGeeks

    Dec 10, 2024 · In this article, we'll learn the SQL CASE statement in detail, with clear examples and use cases that show how to leverage this feature to improve your SQL queries.

  8. SQL CASE Examples with Multiple Conditions - Database.Guide

    Aug 20, 2024 · In this article, we’ll explore how to use the CASE statement with multiple conditions, providing simple examples that should work across most major relational database …

  9. SQL CASE Statement (With Examples) - Programiz

    The SQL CASE statement is used to check conditions and perform tasks on each row while selecting data. In this tutorial, you will learn about the SQL CASE statement with the help of …

  10. SQL CASE Statement Explained with Real-World Examples

    Jul 14, 2025 · In this quick guide, you’ll explore how to use CASE to implement branching logic in your queries. We’ll cover its two forms, show real-world use cases, and explain where and …