MicahCarrick Posted September 11, 2011 Share Posted September 11, 2011 I have a project in which a fairly accurate yet light weight parser for MySQL SELECT statements is needed. I would really prefer not to write this myself. I simply need to be able to parse a SELECT statement into it's components so that the code can manipulate it. It needs to handle any sane SELECT query and various database-specific options (or at least know that it doesn't understand the options). So, I've done some Googling and there are some neat projects out there, but, I wanted to get some opinions on you folks' experience with SQL parser. Any suggestions? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.