如何判断数据库中某一个表是否存在

2025-04-16 14:50:39
推荐回答(1个)
回答1:

select count(*) from sysobjects where id = object_id('数据库名.Owner.表名')