in reply to Re^3: Passing an Array of Attributes to SQL
in thread Passing an Array of Attributes to SQL
Yes. The array reference returns the two case statements. I did
use Data::Dumper;print Dumper($case);and it returns the two case statements.
I also printed it and it returns the same thing. I am passing a case statement as an attribute / object and when I passed one to the sql statement perl sends it to sqlplus as a normal part of the query. And it works. I just want to be able to send all of them as one string to the query.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Passing an Array of Attributes to SQL
by mje (Curate) on Oct 07, 2009 at 14:49 UTC | |
by cocl04 (Sexton) on Oct 07, 2009 at 15:13 UTC |