首页 > 开发 > 综合 > 正文

将表的记录个数存入到变量中

2024-07-21 02:07:28
字体:
来源:转载
供稿:网友
将表的记录个数存入到变量中:
declare @max int
select @max=count(*) from tblpricelistgroupitem where bus_code='11000'
print @max菜鸟学堂:
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表