Re: Queyring for columns which are exist in table.

Поиск
Список
Период
Сортировка
От msi77
Тема Re: Queyring for columns which are exist in table.
Дата
Msg-id 194831296026267@web130.yandex.ru
обсуждение исходный текст
Ответ на Queyring for columns which are exist in table.  ("Santosh Bhujbal (sabhujba)" <sabhujba@cisco.com>)
Список pgsql-sql
Why would not use information schema to checking of existence of some column in a table:

select column_name from information_schema.columns where table_name='tbl'


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

Предыдущее
От: manuel antonio ochoa
Дата:
Сообщение: pgbench tools
Следующее
От: Emi Lu
Дата:
Сообщение: how to get row number in select query