热门搜索
分布式
数据库一体机
云数据库
建设银行
保险核心
密集交易
登录
注册
关于存储过程
白羽
2022/08/25
936
1
回 复
请问我这个是什么问题呢,
回答 0
暂无回答
myth8860
declare
i int;
begin
select count(*) into i from sysobjects;
end;
set 改为 select into
发布于
2022/08/25 12:20
回复
点赞
扫一扫
联系客服
declare
i int;
begin
select count(*) into i from sysobjects;
end;
set 改为 select into