np422/sql-decode-to-case

NVL to CASE feature request

Opened this issue · 0 comments

I'm using a ANSI92 SQL product that does not support COALESCE and thus need to convert all NVL to CASE statements. Is that an easy addition to this utility? DECODE conversions work great, presumably NVL would help and is very similar.