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