if exists 括号后的条件如何写

来源:学生作业帮助网 编辑:作业帮 时间:2024/07/28 03:45:53
if exists 括号后的条件如何写
x)LSH,.)Vxֽijy6w۞.kzwӶ6IED/!TO7``WW- _ W({*9ڪ+k5(8:*6yv 7Vdc

if exists 括号后的条件如何写
if exists 括号后的条件如何写

if exists 括号后的条件如何写
IF EXISTS (SELECT * FROM 表 WHERE NAME='#temp')
DROP TABLE #temp
GO