You have to change the code in two classes, in case you haven't found it already to make the query run (MethodCallNode and StaticClassFieldReferenceNode). You may also have to change the sqlgrammar.jj. Search for INTERNAL_SQL.
Satheesh Mamta Satoor wrote: > > Thanks. The query is also using internally available only sql syntax > so I need to hack the code to let me allow those syntaxes in my sql > (which is running at user level). > > Mamta > > >
