-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
select database() #1450
Copy link
Copy link
Closed
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the bug
When I want to get the currently used database, I find that it cannot be parsed
To Reproduce
Steps to reproduce the behavior:
String sql = "select database()";CCJSqlParserUtil.parse(sql);Expected behavior
System