in reply to Anything Else Like SQL::Statement?
If you're feeling frisky, you can take a stab at adding support for all the above. I've been trying to find time to do it (along with better JOIN support, and some predicate optimizer code from DBD::Amazon), but as always, time is a rare commodity.
As it turns out, I may need to implement some of these myself RSN, esp. for DBD::eBay, so hopefully some of these may happen in the next few months.
While there are numerous modules for parsing SQL in various forms, and some that purport to translate SQL between DBMS's, I'm not aware of any others that implement a relational engine.
Correction:
I think my comments patch was for ANSI style i.e.,
That being said, the OP SQL isn't likely to sail thru S::S, w/ or wo/ comments.select * -- this is an ANSI SQL comment from mytable
|
|---|