摘要:
select * from aselect * from bdeclare Mycursor CURSORfor select * from bopen Mycursordeclare @stuID nchar(10)declare @math smallintfetch next from Mycursorinto @stuID,@mathwhile(@@FETCH_STATUS = 0)beg... 阅读全文
posted @ 2010-03-29 12:25
ms_dos
阅读(207)
评论(0)
推荐(0)
浙公网安备 33010602011771号