in reply to Re: Parse and change an SQL statement
in thread Parse and change an SQL statement

As documented out of the box SQL::Translator only handles CREATE and ALTER statements. The OP gave a SELECT statement as a specific example so the suggested module is unlikely to fit the bill.

True laziness is hard work
  • Comment on Re^2: Parse and change an SQL statement

Replies are listed 'Best First'.
Re^3: Parse and change an SQL statement
by bdo (Pilgrim) on Mar 19, 2012 at 23:13 UTC
    Oh right, I missed that distinction.