Обсуждение: is there a sql command to display table definition?

Поиск
Список
Период
Сортировка

is there a sql command to display table definition?

От
Sun H Chi
Дата:
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?

От
Jake Stride
Дата:
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