The following is a valid and useful sql query: ```sql INSERT INTO table1 SELECT * FROM table2 RETURNING id ``` However, we currently fail to parse it with: `ParserError("Expected: end of statement, found: id")`.