Re: sql query to get field types
От
scott.marlowe
Тема
Re: sql query to get field types
Дата
Msg-id
Pine.LNX.4.33.0403011557110.1074-100000@css120.ihs.com
Ответ на
sql query to get field types (Alexander Cohen)
Список
Дерево обсуждения
sql query to get field types Alexander Cohen <alex@toomuchspace.com>
Re: sql query to get field types "scott.marlowe" <scott.marlowe@ihs.com>
On Mon, 1 Mar 2004, Alexander Cohen wrote: > What sql query can i use to get all relative data to the types of > fields that a table contains? select column_name,data_type from information_schema.columns where table_name='test'; works in 7.4
В списке pgsql-general по дате отправления