Question d’entretien chez Kaiser Permanente

What is syntax for case in pl/sql

Réponses aux questions d'entretien

Utilisateur anonyme

30 mai 2012

select case when

Utilisateur anonyme

6 mars 2013

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