I imonline Member Feb 8, 2006 #1 It would be nice if Beautifier formats DECODE in more concise manner. Something like this: DECODE( x, 1, 'a', 2, 'b', 'z') Thanks!
It would be nice if Beautifier formats DECODE in more concise manner. Something like this: DECODE( x, 1, 'a', 2, 'b', 'z') Thanks!
Marco Kalter Administrator Staff member Feb 8, 2006 #1 I have added this to the list of enhancement requests.
ScottMattes Member³ Feb 8, 2006 #1 And, since one shoe does not fit all, allow for variations like Code: DECODE( x, 1, 'a', 2, 'b', 'z' )
And, since one shoe does not fit all, allow for variations like Code: DECODE( x, 1, 'a', 2, 'b', 'z' )
Stew Stryker Member³ Feb 9, 2006 #1 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!
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!