NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Parsing SQL (Score:2)
I wonder if the major DB vendors have their respective grammars hidden in a vault somewhere, taunting us.
Re:Parsing SQL (Score:2)
That's why SQL::Parser allows you to name the SQL dialect you're working with.
As a general purpose solution, though, I've thought it would be nice to use the parser from SQLite. A tempting thought, but my C is probably not up to snuff.
Re:Parsing SQL (Score:1)
Re:Parsing SQL (Score:2)
I'm not an expert with SQL::Parser. You'll have to ask jzed, the author. His contact info is in the docs. He's quite helpful.
Reply to This
Parent