摘要:
declare --创建游标 cur cursor for select _user,_pwd from userTable; declare @use varchar(20),@pw varchar(20); begin --打开游标 open cur; --移动游标取值 fetch next f 阅读全文
posted @ 2022-06-15 10:49
高兴happy
阅读(125)
评论(0)
推荐(0)
浙公网安备 33010602011771号