braykov Member³ Aug 15, 2007 #1 The HAVING clause is not beautified. I presume it should be beautified like the WHERE clause but it isn't. And the beautifier window does not have separate setting for HAVING. Build 1362
The HAVING clause is not beautified. I presume it should be beautified like the WHERE clause but it isn't. And the beautifier window does not have separate setting for HAVING. Build 1362
braykov Member³ Aug 16, 2007 #1 Sure: Code: SELECT x ,COUNT(x) FROM Table_x t WHERE 1 = 1 AND 2 = 2 GROUP BY x HAVING x > 10 AND x < 20 This is beautified. Observe how both where clauses fall on different rows, but the having - doesn't. And with bigger queries it piles on a loooong row
Sure: Code: SELECT x ,COUNT(x) FROM Table_x t WHERE 1 = 1 AND 2 = 2 GROUP BY x HAVING x > 10 AND x < 20 This is beautified. Observe how both where clauses fall on different rows, but the having - doesn't. And with bigger queries it piles on a loooong row
Sachin Member³ Aug 16, 2007 #1 I agree. It does not beautify the having clause even in release 7.1.2.1363. Please fix this, cannot use the beautify feature if this is not fixed.
I agree. It does not beautify the having clause even in release 7.1.2.1363. Please fix this, cannot use the beautify feature if this is not fixed.
Marco Kalter Administrator Staff member Aug 17, 2007 #1 Okay, I see what you mean. We'll enhance this.