TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Case statement
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Rohatash Kumar (3)
Sreenath Kappoor (2)
Mahesh Chand (1)
Sandeep Singh Shekhawat (1)
Naresh Beniwal (1)
Sachin Kalia (1)
Deepak Middha (1)
Sharad Gupta (1)
Shirsendu Nandi (1)
Michael Livshitz (1)
Related resources for Case statement
No resource found
IIF in Microsoft SQL Server
6/28/2024 6:29:20 AM.
IIF function in SQL, also known as "Immediate If," provides a concise way to perform conditional evaluations within queries. It allows SQL developers to return different values based on whet
Switch Statement in C#
5/16/2024 4:00:25 AM.
Learn how to use the switch statement in C# for efficient control flow. Explore its syntax, including case labels, break statements, and default handling. Discover how to leverage switch with enums an
C# Switch With Examples
3/21/2023 3:22:35 PM.
C# switch (expression) is combined with multiple case blocks. C# switch case code example.
CASE Statement In Transact-SQL
2/1/2023 10:07:12 AM.
In this article, I am going to explain the case statement in Transact-SQL and how to sort table data using the case statement
A Complete SQL Case Statement Tutorial
1/28/2020 1:51:29 PM.
In this detailed tutorial, learn how to use the CASE statement in SQL.
A Simple Use of Case Statement in SQL Server 2012
6/11/2019 5:05:23 AM.
This article will give you an idea of how to use a Case expression in SQL Server.
Using Case With Select and Update Statement in SQL Server 2012
6/11/2019 4:05:52 AM.
In this article, I would like to show the most commonly used case expressions with update statements in SQL Server. 
Coalesce Function in SQL Server 2008 With Limitations
8/26/2014 4:09:27 PM.
This article describes the Coalesce Function in SQL Server 2008.
Case Statement in SQL Server 2012
12/26/2012 3:17:20 PM.
In this article I described the Case Statement in SQL Server.
Use MySQL Case Function in PHP
12/21/2012 12:10:15 PM.
In this article I am going to explain how to use a MySQL case statement in PHP.
New Built in Function IIF in SQL Server 2012
10/30/2012 1:20:38 PM.
In this article, I would like to show the new built-in function IIF in SQL Server. IIF is a shorthand way for writing a CASE statement.
Case Statement in SQL Server
5/19/2012 6:20:57 AM.
In this article I will describe the usef of a case statement in SQL Server.
Search and selection of data using LINQ
5/27/2009 7:13:15 AM.
In this article I will explain how you can use LINQ, when we should search and select some data according to parameters, defined by users.