• Skip to primary navigation
  • Skip to main content

Tech Honey

The #1 Website for Oracle PL/SQL, OA Framework and HTML

  • Home
  • HTML
    • Tags in HTML
    • HTML Attributes
  • OA Framework
    • Item in OAF
    • Regions in OAF
    • General OAF Topics
  • Oracle
    • statement
    • function
    • clause
    • plsql
    • sql

CASE Statement in oracle plsql

CASE Statement in Oracle SQL PLSQL

November 23, 2012 by techhoneyadmin

A CASE Statement in Oracle SQL / PLSQL is having the functionality of IF-THEN-ELSE Statement. Syntax of the CASE Statement in Oracle SQL / PLSQL is: CASE [expression] WHEN condition_1 THEN result_1 WHEN consition_2 THEN result_2 WHEN condition_3 THEN result_3 . . WHEN condition_N THEN result_N ELSE default_result END; expression is an optional value, if […]

Filed Under: statement Tagged With: CASE Statement in oracle plsql, CASE Statement in oracle sql, CASESTATEMENTPLSQL, how to use CASE Statement in oracle database query, how to use CASE Statement in oracle plsql, how to use CASE Statement in oracle sql, syntax and example of CASE Statement in oracle database query, syntax and example of CASE Statement in oracle plsql, syntax and example of CASE Statement in oracle sql, using CASE Statement in oracle database query, using CASE Statement in oracle plsql, using CASE Statement in oracle sql

Copyright © 2023 · Parallax Pro on Genesis Framework · WordPress · Log in