Pregunta de entrevista de Kaiser Permanente

What is syntax for case in pl/sql

Respuestas de entrevistas

Anónimo

30 may 2012

select case when

Anónimo

6 mar 2013

You can use a case statement numerous places, the syntax would be CASE WHEN {expression} THEN {output or another CASE WHEN} END