会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
KevinSteven
博客园
首页
新随笔
联系
订阅
管理
随笔分类 -
SqlServer
/
Sqlserver -自定义函数
Sql server-自定义函数
摘要:定义:一种方法 1.创建函数,求该银行的金额总和--(没有参数,返回标量值) go create function getsumcardbalance() return money as begin declare @sumcardbalance money set @sumcardbalance
阅读全文
posted @
2023-08-19 13:47
KevinSteven
阅读(196)
评论(0)
推荐(0)
公告