Programming Interviews Series: SQL CASE statement examples
It is quite difficult to write a stored procedure or a function if you do not know or understand the SQL conditional processing statements. From an interview perspective, you ...
SQL SERVER – CASE Statement/Expression Examples and Explanation ...
CASE expressions can be used in SQL anywhere an expression can be used. Example of where CASE expressions can be used include in the SELECT list, WHERE clauses, HAVING clauses ...
Speeding UPDATEs Using the CASE Statement - SQL Server Performance
Introduction One of the keys to SQL Server database performance if keeping your transactions as short as possible. In this article we will look at a couple of tricks using the ...
SQL SERVER – CASE Statement in ORDER BY Clause – ORDER BY ...
This article is as per request from Application Development Team Leader of my company. His team encountered code where application was preparing string for ORDER BY clause of ...
SQL SELECT Statement
Well organized easy to understand SQL tutorial with lots of examples. Including PHP, ASP, ADO, Oracle, Access, SQL Server. Related: HTML, JavaScript, XML, XQuery
CASE Statement
Oracle® Database PL/SQL User's Guide and Reference 10g Release 2 (10.2) Part Number B14261-01
sql server - SQL Case Statement Syntax? - Stack Overflow
What is the complete and correct syntax for the SQL Case statement?
Using CASE Statements In A SQL UPDATE Query
Ben Nadel's web development blog on ColdFusion, jQuery, HTML5, AJAX, SQL, and all aspects of web application development.
CASE Statement in Where Clause? - Microsoft SQL Server
CASE Statement in Where Clause?. Get Microsoft SQL Server help and support on Bytes Support Forums.
The PL/SQL CASE Statement
The PL/SQL CASE Statement, WHEN Clause
