输入banner图图片脚本导航/分类

sql语句:if exists语句使用

exists(select * from test.dbo.test1 where a=1) begin print(exists ) end else begin print(no exists ) end go

 

sql语句:if exists语句使用

标签: