DECLARE InvoiceOID_cursor CURSOR FOR select oid from Invoice OPEN InvoiceOID_cursor FETCH NEXT FROM InvoiceOID_cursor INTO @InvoiceOID WHILE @@FETCH_STATUS = 0 BEGIN -- PRINT @message -- delete from XXX where oid = @InvoiceOID -- Do Something ! FETCH NEXT FROM InvoiceOID_cursor INTO @InvoiceOID END CLOSE InvoiceOID_cursor DEALLOCATE InvoiceOID_cursor
網誌標籤
.NET Framework
(5)
文字編碼
(4)
防毒軟體
(1)
其他
(11)
資料庫
(25)
攝影
(2)
ADO.NET Entity Framework
(2)
ASP.NET
(49)
ASP.NET MVC
(4)
ASP.NET Test
(4)
CSS
(1)
Design Patten
(1)
FCKEditor
(3)
HTML
(2)
HTML5
(1)
hyper-v
(1)
IIS
(6)
JavaScript
(9)
JQuery
(1)
LINQ
(2)
MailTo編碼
(2)
oracle
(6)
RegularExpression
(1)
Rhino Mocks
(1)
Security
(2)
Server2008R2
(1)
SharePoint
(5)
Sql 2008
(1)
SSIS
(1)
SyntaxHighlighter
(1)
TFS2010
(1)
VirtualBox
(1)
VistualStudio2010
(3)
vs2003升級vs2008
(1)
windows
(1)
windows 7
(1)
簡單 T-SQL Cursor 範例
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言