Re: Test if a table is present

Поиск
Список
Период
Сортировка
Искать
От
Volkan YAZICI
Тема
Re: Test if a table is present
Дата
Msg-id
87bq0li4bo.fsf@alamut.mobiliz.com.tr
Ответ на
Список
Дерево обсуждения
Test if a table is present "Ole Ekerhovd" <olehare@online.no>
Re: Test if a table is present "Anoop G" <anoopmadavoor@gmail.com>
Re: Test if a table is present Volkan YAZICI <yazicivo@ttmail.com>
On Sat, 26 Jul 2008, "Ole Ekerhovd"  writes:
> How can I test if a table is present in database?
 SELECT TRUE   FROM information_schema.tables  WHERE table_name   = '' AND        table_schema = ''

BTW, this query is portable across database systems supporting
information schema, which is an almost defacto standard.


Regards.

В списке pgsql-sql по дате отправления
От: Anoop G
Дата:
Сообщение: Re: Test if a table is present
От: Allan Kamau
Дата:
FAQ