Aug 29, 2001 #1 tim273 Programmer Aug 29, 2001 9 US Is there a way to do something like this in Postgresql? if exists(select * from pg_class where relname = 'testTable' and relkind = 'r') --I think that's right drop table testTable; create table testTable...; Thanks a lot for any help!
Is there a way to do something like this in Postgresql? if exists(select * from pg_class where relname = 'testTable' and relkind = 'r') --I think that's right drop table testTable; create table testTable...; Thanks a lot for any help!