10.07.2015 Views

PL/SQL I.

PL/SQL I.

PL/SQL I.

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

CASE• CASE valtozo, WHEN ertek THEN, ..., ELSE, ENDCASE;• Példa:CASE numWHEN 1 THEN dbms_output.put_line('Egy');. . .WHEN 9 THEN dbms_output.put_line('Kilenc');ELSE dbms_output.put_line('Nem egyjegyu');END CASE;

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!