sql server判断表是否存在 2017-01-24 本文已影响7人 Eric_Zeng if object_id('temp_a') is not null print 'yes' else print 'no'