I have select SQL for example:select a,b,c from table group by rollup((a,b,c)),if use rollup((a,b,c))
I will get error :Caused by: net.sf.jsqlparser.parser.ParseException: Encountered " "(" "( ""
but this SQL can be executed normally in Oracle
I'm very anxious about that. Thank you