Subject: RE: An XSLT equivalent of the SQL SUM and GROUP BY operations ?
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Mon, 21 May 2001 17:09:26 +0100
|
> Can anyone suggest how I might go about performing a
> transformation which is
> the logical equivalent of a SQL statement like :
>
> SELECT Account, Date, SUM(Amount)
> FROM ...
> GROUP BY Account, Date
>
You will find the answer to this and all other grouping questions at
www.jenitennison.com
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|