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