会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
干就完了~
博客园
首页
新随笔
联系
订阅
管理
07 2021 档案
sqlservice 存储过程 查询判断多表数据,存在则返回
摘要:declare @i int; declare @s nvarchar(max) set @i=0; set @s='xxxx'; select @i=count(*) from A where tiaoma=@s; if(@i>0) begin select * from A where tiao
阅读全文
posted @
2021-07-12 10:47
路边有一棵草
阅读(196)
评论(0)
推荐(0)
公告