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: name of column

Re: name of column

From: Dave <David.W.Spencer_at_elcaro.moc>
Date: Mon, 19 Aug 2002 17:06:09 +0100
Message-ID: <3D611771.5060702@elcaro.moc>


how about this:

SQL> create table a("nomC" number);

Table created.

SQL> insert into a values(1);

1 row created.

SQL> select * from a;

       nomC


          1

Dave.

Oré wrote:
> Thanks,
>
> but how do you do it where you used a request as
> SELECT * FROM counts; ???

-- 
Email address munged to avoid SPAM
Reverse the last two parts to reply directly
Received on Mon Aug 19 2002 - 11:06:09 CDT

Original text of this message

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