if exists 括号后的条件如何写

来源:学生作业学帮网 编辑:学帮网 时间:2024/06/04 09:33:48

if exists 括号后的条件如何写

IF EXISTS (SELECT * FROM 表 WHERE NAME='#temp')
DROP TABLE #temp
GO