阅读背景:

SQL 判断数据库是否有相关表 字段

来源:互联网 

--判断数据库是否有相关表

if exists (select 1 from sysobjects where id = object_id(' 表名 ') and type = ' U ' );if exists (select 1 from sysobj




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

分享到: