Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: name of column
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 directlyReceived on Mon Aug 19 2002 - 11:06:09 CDT
![]() |
![]() |