Skip to content

G-4220: Very minor update to formatting of bad example #64

@RichardSoule

Description

@RichardSoule

G-4220: Try to use CASE rather than DECODE.

If the formatting of the 'bad' example was changed to this, then it isn't quite as bad...

SELECT DECODE(dummy, 'X', 1 
                   , 'Y', 2
                   , 'Z', 3
                        , 0)
  FROM dual;

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions