简单的判断问题如何写一个语句,判断一个表是否存在,如果存在就删除呢, [解决办法]如何写一个语句,判断一个表是否存在,如果存在就删除呢, if object_id( 'pubs..tb ') is not null drop table tb