I am using SqlNode.toSqlString(AnsiSqlDialect.DEFAULT).getSql() to get the sql expression back in string form after doing some modification to SqlIdentifier
I am getting MAX(`mytable`.`mycolumn`). Is there a way to get MAX(mytable.mycolumn) Any other dialect I should try besied AnsiSqlDialect? Or anyway to disable QUOTED IDENTIFIER? Thanks -- [image: What's New with Xactly] <http://www.xactlycorp.com/email-click/> <https://www.instagram.com/xactlycorp/> <https://www.linkedin.com/company/xactly-corporation> <https://twitter.com/Xactly> <https://www.facebook.com/XactlyCorp> <http://www.youtube.com/xactlycorporation>
