sql server判断表是否存在

2017-01-24  本文已影响7人  Eric_Zeng

if object_id('temp_a') is not null

print 'yes'

else

print 'no'

上一篇 下一篇

猜你喜欢

热点阅读