SQL Parser

G

Gernot Kogler

Hi

I'm looking for a SQL parser written in Ruby. The parser should handle
the full SQL92 spec, including subselects and the like. I'm only
interested in SELECT-Statements though.

The parser should deliver at least
- a collection of column expressions including the alias, if specified
- the main from clause (including subselects, if any)
- the main where clause (including subselects, if any)
- the order clause

Does anybody know about such a parser? Any help is appreciated!

Best regards
Gernot
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,265
Latest member
TodLarocca

Latest Threads

Top