Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: geting Table definition ?
select name from sys.col$ where obj# in (select obj# from sys.obj$ where
name = 'NAME' and type = 2)
Christoph Skladal <c.skladal_at_kba.at> wrote in message
news:895quh$64h$1_at_news.netway.at...
> Hello,
>
> can I get the list of the fields from a table with SQL-Command ?
>
> Thanks
>
> regards
>
> Christoph Skladal
>
>
Received on Fri Feb 25 2000 - 07:24:28 CST
![]() |
![]() |