Thread: is there a sql command to display table definition?

is there a sql command to display table definition?

From
Sun H Chi
Date:
Is there a command similar to the oracle DESCRIBE command to view the table definitions?
 
Thanks

Re: is there a sql command to display table definition?

From
Jake Stride
Date:
Not to sure about oracle, but are you looking for

\dt tablename

Thanks

Jake

Sun H Chi wrote:

> Is there a command similar to the oracle DESCRIBE command to view the
> table definitions?
>
> Thanks