### Failing SQL Feature: can not parse select into temp table ### SQL Example: ```sql select age, name, gender from user_info into temp user_temp with no log; ``` ### Software Information: - JSqlParser version 4.6 - Informix ### error info: ```java net.sf.jsqlparser.JSQLParserException: net.sf.jsqlparser.parser.ParseException: Encountered unexpected token: "into" "INTO" at line 23, column 32. Was expecting one of: "&" "::" ";" "<<" ">>" "COLLATE" "CONNECT" "EMIT" "GROUP" "HAVING" "START" "[" "^" "|" <EOF> ```