declare BRItemCusror cursor for select BRItemID from RechageItem where State=0 and AccountID=@AccountId;open BRItemCusrorfetch next from BRItemCusror into @BRItemID;為什么@@Fetch_Status = -1? 不明白出錯(cuò)在哪 明明定義游標(biāo)的SQL查詢結(jié)果是有記錄的。
關(guān)于游標(biāo)的問題
蕪湖不蕪
2018-07-30 09:06:06