sql分割字符串詳解
...
...
1.存儲過程寫法 create procedure [dbo].[Y_GetICBillNo] @IsSave smallint, @FBillType int, @BillID VARCHAR ( ...
當循環查找一張表的信息時,我們得寫一張游標來對每條信息進行操作,具體格式如下 DECLARE @fitemid int DECLARE #point_cursor CURSORFORSELE ...