in reply to Re: Passing an Array of Attributes to SQL
in thread Passing an Array of Attributes to SQL
The perl script works...sql and all in the current format. The case statements are as follows:
,max(CASE WHEN week_end_date = '26-SEP-09' THEN rank END) AS DATE_AS_O +F_09_26_2009 ,max(CASE WHEN week_end_date = '19-SEP-09' THEN rank END) AS DATE_AS_O +F_09_19_2009
They already have a comma in them. Since I am introducing multiple lines, it has to come in with a comma. That part works. I just want to be able to read in more than one part of the array. I want to read the entire array as a string.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Passing an Array of Attributes to SQL
by mje (Curate) on Oct 07, 2009 at 14:21 UTC | |
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 |