关于sql函数结果存储

 

declare @count int--定义变量
set @count = select sum(amount) from sales_record

select报错了,我想把这个sum函数查询结果存到变量里

想问下该怎么写,拜托拜托

这样就可以了

select @count = sum(amount) from sales_record

print @count

 

深入学习SQL:https://edu.csdn.net/course/detail/4465

 

你看看这篇文章吧 https://blog.csdn.net/whybehere/article/details/109059933

您好,我是有问必答小助手,你的问题已经有小伙伴为您解答了问题,您看下是否解决了您的问题,可以追评进行沟通哦~

如果有您比较满意的答案 / 帮您提供解决思路的答案,可以点击【采纳】按钮,给回答的小伙伴一些鼓励哦~~

ps:问答VIP仅需29元,即可享受5次/月 有问必答服务,了解详情>>>https://vip.csdn.net/askvip?utm_source=1146287632