Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: display comments on a field?

Re: display comments on a field?

From: Guenter Huerkamp <guenter-huerkamp_at_t-online.de>
Date: Sat, 13 Nov 1999 11:27:37 +0100
Message-ID: <382D3D19.F0105D8C@t-online.de>


Hello Dennis
Try the following command:

        select owner, table_name, comments, column_name
        from all_col_comments
        where owner = '&&v_user' and
        table_name = '&&v_table'

/
Günter

dennis liu schrieb:

> Could someone help me with display a comments on a table's fields using
> SQL query?
>
> thanks in advance!
>
> dennis
Received on Sat Nov 13 1999 - 04:27:37 CST

Original text of this message

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