search results

  1. [ELSE statement_list] END CASE ... Each statement_list consists of one or more SQL statements; an empty statement_list is not permitted. To ...
    dev.mysql.com/doc/refman/5.0/en/​case.html - Cached
  2. For example, you can use CASE in statements such as SELECT, UPDATE, ... (Transact-SQL). The CASE statement evaluates its conditions sequenti ally and stops with the ...
    technet.microsoft.com/en-us/library/​ms181765 - Cached
  3. For example, you can use CASE in statements such as SELECT, UPDATE, ... (Transact-SQL). The CASE statement evaluates its conditions sequentially and stops with the ...
    msdn.microsoft.com/en-us/library/​ms181765 - Cached
    More results from msdn.microsoft.com »
  4. The SQL Server CASE statement provides a mechanism for returning different values in a SELECT clause based on Boolean conditions.
    www.devx.com/tips/Tip/15633 - Cached
  5. Starting in Oracle 9i, you can use the CASE statement within an SQL statement. It has the functionality of an IF-THEN-ELSE statement.
    www.techonthenet .com/oracle/functions/​case.php
  6. The value of the CASE operand and WHEN operands in a simple CASE statement can be any PL/SQL type other than BLOB, BFILE, an object type, a PL/SQL record, ...
    download.oracle.com/.../appdev.102/​b14261/case_statement.htm - Cached
  7. The reason for mentioning it here is that the conventional wisdom would be to convert the Oracle decode function into MySql Case statements. Oracle version:
    dev.mysql.com/doc/refman/5.0/en/control-​flow-functions.html - Cached
  8. The Structured Query Language (SQL) is a programming platform for databases. It is possible to create a database from scratch, enter data, extract data, sort, filter ...
    www.ehow.com/how_6368199_use-case-​statement-sql.html - Cached
    More results from ehow.com »
  9. MySQL Case: If you want to implement a complex conditional construction then you can use MySQL case statement. It performs the work as programming type.
    www.roseindia.net/sql/mysql-example/​mysql-case.shtml - Cached
    More results from roseindia.net »
  10. You will learn how to use MySQL CASE statements to construct complex conditionals. We will show you how to use both simple and searched CASE statements.
    www.mysqltutorial.org/mysql-case-​statement - Cached