in reply to Re: Array of Hash interface to an Array of Array?
in thread Array of Hash interface to an Array of Array?
Unfortunately the DP in this instance cannot be expressed in SQL - without going into detail, it is complex and iterative.
Regards,
Jeff
PS My favourite SQL shortcoming is:
select name, sum(value) as value from mytable group by name order by abs(value) desc
I only know of a single SQL engine that will perform this query correctly
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re:x3 Array of Hash interface to an Array of Array? (grouping in SQL)
by grinder (Bishop) on Sep 01, 2003 at 14:48 UTC | |
by jaa (Friar) on Sep 01, 2003 at 15:31 UTC | |
by mildside (Friar) on Sep 02, 2003 at 03:51 UTC | |
by EdwardG (Vicar) on Sep 02, 2003 at 06:36 UTC |