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: geting Table definition ?

Re: geting Table definition ?

From: mgumbs <mgumbsNOmgSPAM_at_hotmail.com.invalid>
Date: Fri, 25 Feb 2000 07:51:26 -0800
Message-ID: <1d79c3a0.c7c79e64@usw-ex0103-018.remarq.com>


Select
  column_name,
  datatype
FROM
  user_tab_columns
WHERE
  table_name = UPPER(<your table name>);

Mark

In article <895quh$64h$1_at_news.netway.at>, "Christoph Skladal" <c.skladal_at_kba.at> wrote:
>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 - 09:51:26 CST

Original text of this message

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