Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

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