in reply to SQL Parsing
Did you look at SQL::Statement? SQL::Statement::Structure documents how it parses SQL statements. I guess you might have to hack it a bit so it accepts your specific SQL database, but for relatively standard SQL queries, it should work.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: SQL Parsing
by axl4u82 (Initiate) on Feb 24, 2006 at 09:00 UTC | |
by jZed (Prior) on Feb 24, 2006 at 15:48 UTC |