Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: List of field of a given table
Hi Diego
On Fri, 18 Oct 2002 13:43:20 GMT, "Diego Balgera" <diego.balgera_at_nokia.com> wrote:
>A question from a very unexperienced user ...
>Could you please tell me how to list with sql the list of the fields, given
>a table name, in Oracle 7.x?
>Thank you in advance.
At the SQL prompt you can just use the DESCRIBE command. For example if the tables name is EMP you could type: DESCRIBE EMP
Regards
Dale
![]() |
![]() |