Re: Test if a table is present

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

Re: Test if a table is present

От:
"Anoop G" <anoopmadavoor@gmail.com>
Дата:


you can find it throuh a query like this


select tablename from pg_tables where tablename = 'tbl_updated_status_master';

regards:

Anoop

Test if a table is present

От:
"Ole Ekerhovd" <olehare@online.no>
Дата:
How can I test if a table is present in database?
 
Regards,
Ole

Re: Test if a table is present

От:
Volkan YAZICI <yazicivo@ttmail.com>
Дата:
FAQ