Enhancement request: Beautifier for DECODE()

imonline

Member
It would be nice if Beautifier formats DECODE in more concise manner. Something like this:

DECODE( x,
1, 'a',
2, 'b',
'z')

Thanks!
 
I like Scott's style on this better than the original because of the indention. Maybe they just forgot the CODE tags?

I'd really like to see Beautifier support the new WITH clause for a query!
 
Back
Top