Re: How to Get Column Names from the Table

Поиск
Список
Период
Сортировка
От A. Kretschmer
Тема Re: How to Get Column Names from the Table
Дата
Msg-id 20100707091456.GB2523@a-kretschmer.de
обсуждение исходный текст
Ответ на How to Get Column Names from the Table  (venkat <ven.tammineni@gmail.com>)
Ответы Re: How to Get Column Names from the Table  (venkat <ven.tammineni@gmail.com>)
Список pgsql-sql
In response to venkat :
> Dear All,
> 
>    How to get Column Names from Table in PostgreSQL.

select column_name from information_schema.columns where table_name = 'your_table';


Regards, Andreas
-- 
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47150,   D1: 0160/7141639 (mehr: -> Header)
GnuPG: 0x31720C99, 1006 CCB4 A326 1D42 6431  2EB0 389D 1DC2 3172 0C99


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

Предыдущее
От: Viktor Bojović
Дата:
Сообщение: Re: How to Get Column Names from the Table
Следующее
От: venkat
Дата:
Сообщение: Re: How to Get Column Names from the Table