阅读背景:

PostgreSQL判断一个表是否存在

来源:互联网 

postgresql判断一个表是否存在:

方法一:

select count(*) from pg_class where relname = 'tablename';select count(*) f




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: