CASE
Translation reference for CASE statements
Description
The
CASE
statement chooses from a sequence of conditions and runs a corresponding statement. For more information regarding Oracle CASE, check here.
Some parts in the output code are omitted for clarity reasons.
Simple case
Searched case
Sample Source Patterns
Sample auxiliar table
IN -> Oracle_01.sql
Simple Case
Oracle
IN -> Oracle_02.sql
Snowflake Scripting
OUT -> Oracle_02.sql