Oracle Multi Column Drop not support yet #1205
Unanswered
StealthQli
asked this question in
Q&A
Replies: 3 comments 1 reply
-
Greetings
On Fri, 2021-05-21 at 01:04 -0700, StealthQli wrote:
Or just the sql of this pattern cannot be parsed?
This one. There is no support for multiple column drops yet.
Otherwise it works fine:
ALTER TABLE emp
DROP lovename
;
ALTER TABLE emp
DROP loveage
;
Maybe change the Caption of the issue to "Oracle Multi Column Drop not
support yet" and I would take a look into that.
Best regards
Andreas
|
Beta Was this translation helpful? Give feedback.
1 reply
-
This is indeed a new issue. You should then create one. This discussion thing is used for exactly this: discussions. :) However as @manticore-projects already mentioned, this should not be a problem at all. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to parse this sql:
and this sql has been tested in oracle database running well.
Here are my codes:
Then I get a message of the exception:
Here are my dependencies in pom.xml(though I think it helps little):
Is Jsqlparser not supported to parse oracle sql?Or just the sql of this pattern cannot be parsed?
Beta Was this translation helpful? Give feedback.
All reactions