Could this parse out SQL variables? #1562
-
Hi, Two Questions: First Question Second Question thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Greetings. Yes and yes. You can try it online here Use the |
Beta Was this translation helpful? Give feedback.
-
Works here. Even on a mobile phone. Although you will need to allow javascript and html5.Sent from my Galaxy
-------- Original message --------From: AStvnMC ***@***.***> Date: 13/06/2022 20:43 (GMT+07:00) To: JSQLParser/JSqlParser ***@***.***> Cc: manticore-projects ***@***.***>, Comment ***@***.***> Subject: Re: [JSQLParser/JSqlParser] Could this parse out SQL variables?
(Discussion #1562)
Hi, I can't seem to get the link to work. It just keeps on loading.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
Greetings.
Yes and yes. You can try it online here
Use the
parseStatements(String sqlStr)
instead of theparse(String sqlStr)
method when parsing multiple statements at once.