| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.misc -> Re: SQL about "as"
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
![]() |
![]() |