About 2,460 results
Open links in new tab
  1. SQL CASE Expression - W3Schools

    The CASE expression is used to define different results based on specified conditions in an SQL statement. The CASE expression …

  2. SQL CASE WHEN Explicado: 10 Ejemplos Sencillos para Principiantes

    Feb 22, 2024 · En SQL, esta construcción es una herramienta vital para el análisis de datos. En este artículo, encontrará ejercicios …

  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, …

  4. SQL CASE WHEN: The Complete Guide With Examples (2026)

    Learn SQL CASE WHEN with practical examples. Master simple CASE, searched CASE, CASE with aggregates, and common …

  5. 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 …

  6. 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 …

  7. SQL CASE Statement - GeeksforGeeks

    Apr 11, 2026 · The SQL CASE statement is used to add conditional logic inside SQL queries. It checks conditions one by one and …

  8. SQL CASE WHEN Explained: Syntax, Examples, and Best Practices

    Apr 4, 2026 · Learn how SQL CASE WHEN works with clear examples for conditional logic in SELECT, WHERE, ORDER BY, …

  9. SQL CASE Expression

    This tutorial shows you how to use two forms of SQL CASE expressions including simple CASE and searched CASE expressions.

  10. 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 …