in reply to Re^2: Passing an Array of Attributes to SQL
in thread Passing an Array of Attributes to SQL
Are you saying fetchrow_arrayref returns:
[ [',max(CASE WHEN week_end_date = '26-SEP-09' THEN rank END) AS DATE_A +S_OF_09_26_2009'], [',max(CASE WHEN week_end_date = '19-SEP-09' THEN rank END) AS DATE_A +S_OF_09_19_2009'] ]
or show us what use Data::Dumper;print Dumper($case); outputs.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Passing an Array of Attributes to SQL
by cocl04 (Sexton) on Oct 07, 2009 at 14:34 UTC | |
by mje (Curate) on Oct 07, 2009 at 14:49 UTC | |
by cocl04 (Sexton) on Oct 07, 2009 at 15:13 UTC |