Обсуждение: if exists (select * from ...

Поиск
Список
Период
Сортировка

if exists (select * from ...

От
Christoph Haller
Дата:
I've seen statements like this

if exists (select * from pg_tables where tablename = '<your table name
goes here')

several times on the list, but never managed to find out
which language resp. interface is supporting these.
Could anyone please give me a hint.

Regards, Christoph