[
Lists Home |
Date Index |
Thread Index
]
"Simon St.Laurent" <simonstl@simonstl.com> writes:
> <table>
> <row item="0001452A" time="08:08.72PM EST" quantity="3" discount="20%"
> tax="7%" base_price="19.99" />
> <row item="1356352A" time="08:09.81PM EST" quantity="1" discount="10%"
> tax="3.5%" base_price="4.99" />
> <row item="BC758333" time="08:12.14PM EST" quantity="1" discount="50%"
> tax="7%" base_price="19.99" />
> <row item="0001452A" time="08:14.09PM EST" quantity="7" discount="0%"
> tax="3.5%" price="1.99" />
> </table>
>
> Is the initial data. I run a transformation on it which only modifies
> entries with discounts 20% and over, and I might get:
Of course, in SQL, there is no intrinsic order to attributes,
SELECT * FROM TABLE
may return them in any order to start with.
Ari.
|