Friday, July 25, 2008

Re: [SQL] Test if a table is present



you can find it throuh a query like this


select tablename from pg_tables where tablename = 'tbl_updated_status_master';

regards:

Anoop

No comments: