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

Home -> Community -> Usenet -> c.d.o.misc -> Re: SQL about "as"

Re: SQL about "as"

From: Marc Billiet <Marc.Billiet_at_hae.hydro.com>
Date: Fri, 20 Nov 1998 07:14:56 +0100
Message-ID: <7331li$6k2$1@vkhdsu24.hda.hydro.com>


Without 'as' it should work:

select T.branchname
from branch T
where T.branchname="city";

Marc

Ken Ho Kwok Fai wrote in message <72poce$ac9_at_eng-ser1.erg.cuhk.edu.hk>...
> I am using oracle 8 in unix. I write the following SQL
>but it seems to have some problems.
>
> select T.branchname
> from branch as T
> where T.branchname="city";
>
> Do Oracle support using "as"? Or do I have any method
>to use it like the function "as"?
> Thanks.
>
>--
>regards,
>Ken
>
>
>
Received on Fri Nov 20 1998 - 00:14:56 CST

Original text of this message

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