Replies: 1 comment 7 replies
|
Greetings!
Yes.
Yes.
Yes.
Yes. Please refer to https://manticore-projects.com/JSQLParser/usage.html for details. |
7 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.
Hi Team,
I am working on a task where I am reading more than 800 sqls and these sqls are having very long in nature and each sql is having keywords like case/when , Union , nested select , group by , where , with cte , joins etc.
Can this library parse bigger sql ? and after parsing can I get information like how many select statements are there and from that select how many select columns , how many tables from From clause , how many condition in AND/OR.
I need to get all such information.
I am new to this library , Can you kindly help to get this information? Is it possible and can i get this information?
Many Thanks
All reactions