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: <chick*nospam*green_at_gtdev.com>
Date: Fri, 20 Nov 1998 14:53:20 GMT
Message-ID: <36558233.383962@news.gtdev.com>


Just omit the work 'as' and this should work (or at least it does in Oracle 7) => the 'as' keywork is used in providaing aliases in the column names.

chickgreen_at_gtdev.com

On 16 Nov 1998 17:45:50 GMT, Ken Ho Kwok Fai <kfho_at_cse.cuhk.edu.hk> wrote:

> 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 - 08:53:20 CST

Original text of this message

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