EXPRESSIONS


  • CURSOR expression An embedded or inline cursor inside a calling SQL statement:

     SELECT ...,CURSOR(<subquery>),... FROM ...; 

  • CASE expression An embedded or inline CASE statement inside a SQL statement as a simple CASE statement:

     SELECT ... CASE expression WHEN condition THEN ...     WHEN condition THEN ... ELSE ... END FROM table; 

    Or a search CASE statement:

     SELECT ... CASE WHEN <condition> THEN ...     WHEN <condition> THEN ... ELSE ... END FROM table; 



    Oracle 9i Fundamentals I Exam Cram 2
    Oracle 9i Fundamentals I Exam Cram 2
    ISBN: 0789732653
    EAN: 2147483647
    Year: 2004
    Pages: 244
    Authors: April Wells

    flylib.com © 2008-2017.
    If you may any questions please contact us: flylib@qtcs.net