TeslaCN opened a new issue, #27920:
URL: https://github.com/apache/shardingsphere/issues/27920
## Bug Report
### Which version of ShardingSphere did you use?
master - 7be997e66d0cbf557ad83946c7740a07255ef111
### Expected behavior
No syntax error.
```sql
CREATE OR REPLACE EDITIONABLE FUNCTION MY_FUNC (P1 VARCHAR2)
RETURN VARCHAR2 AGGREGATE USING MY_AGG_FUNC;
```
### Actual behavior
```
line 2:26 mismatched input 'USING' expecting {AS, IS, DEFAULT, SHARING,
RESULT_CACHE, DETERMINISTIC, PIPELINED, PARALLEL_ENABLE, ACCESSIBLE, AUTHID,
AGGREGATE, SQL_MARCO}
```

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail:
[email protected]
For queries about this service, please contact Infrastructure at:
[email protected]