Re: Field list from table

Поиск
Список
Период
Сортировка
От rixder@o2.pl
Тема Re: Field list from table
Дата
Msg-id 20040229204818.GA5888@SID
обсуждение исходный текст
Ответ на Field list from table  ("Jan Pips" <jan_pips@op.pl>)
Список pgsql-sql
On Thu, Feb 26, 2004 at 10:51:41AM +0100, Jan Pips wrote:
> How can I, using SELECT, get the full list of fields from a given table?
> 
> Pips
> 
> 
Hi !

Try it:

select * from table limit 0;

rixder


В списке pgsql-sql по дате отправления:

Предыдущее
От: Yasir Malik
Дата:
Сообщение: Trouble with composite types
Следующее
От: Joe Conway
Дата:
Сообщение: Re: plpgsql function returning SETOF RECORD Question