in reply to
How to see executed SQL string?
Also in the DBI perldoc, search for the
Statement Handle Attributes
section.
Statement (string, read-only)
Returns the statement string passed to the the prepare entry elsewhere in this documentmethod.
~~
naChoZ
Comment on
Re: How to see executed SQL string?
In Section
Seekers of Perl Wisdom