Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Order by with case unsensitive in UNION

Re: Order by with case unsensitive in UNION

From: jeff <nospam_at_nettwerk.com>
Date: Mon, 04 Jan 1999 05:31:33 -0800
Message-ID: <3690C2B5.67E1C0A9@nettwerk.com>


Couldn't you create a view and then query the view?

Valery Tsekhmister wrote:
>
> >I'm trying to sort datas in an UNION with case unsensitive:
> >
> >SELECT address1 from A
> >UNION
> >SELECT address2 from B
> >ORDER BY LOWER(1)
> >
> >but it doesn't work.
>
> There are no ways to do this. You can append sort expression into select
> list only and
> use it in ORDER BY clause
>
> Regards. Valery.
Received on Mon Jan 04 1999 - 07:31:33 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US