Re: Newbie Question - Setting a report in descending order

From: Michel Cadot <micadot_at_netcourrier.com>
Date: Mon, 6 Sep 1999 11:11:28 +0200
Message-ID: <7r00hf$oli$1_at_oceanite.cybercable.fr>


You can use:

select ... from ... where ...
order by <your expression> DESC;

Marcel de Valk a écrit dans le message
<936607092.479390_at_dibbs3.eur.cis.philips.com>...
>I’m rather new to SQL and need some help with a problem I have setting a
>report in descending order.
>
>The problem is as follows:
>I have made a report using two tables. In this report I have put a field
>containing the multiplication of two columns from different tables. Now I
>want this report ordered in descending order by the result of this very
>multiplication.
>
>Can someone please help me with my problem.
>
>
>Thanking you in advance,
>Marcel de Valk
>
>
>
Received on Mon Sep 06 1999 - 11:11:28 CEST

Original text of this message