T TsuLeon Member Jun 8, 2004 #1 hello, i found if an sql sentence contained a keyword "with" , the beautifier doesn't work, that means the sql sentence doesn't change after beautify. why? e.g. with a as ( ... ) select x from a; please give me a hand, thanks!
hello, i found if an sql sentence contained a keyword "with" , the beautifier doesn't work, that means the sql sentence doesn't change after beautify. why? e.g. with a as ( ... ) select x from a; please give me a hand, thanks!
Marco Kalter Administrator Staff member Jun 8, 2004 #1 The with command is indeed not recognized. We'll fix it.