JSqlParser
JSqlParser copied to clipboard
support for informix db fnc
how to use informix db functions like date(CURRENT YEAR TO DAY)
the parser is not able to parse it correctly it treats day as column name
what i want to say is if the sql_keywords has spaces, mostly i have seen in informix db, how do i parse it? or keywords with spaces are not supported at the moment?