Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
Cursor (procedural while)
declare @id int DECLARE i CURSOR FAST_FORWARD LOCAL FOR select Id from Pilots OPEN i FETCH NEXT FROM i INTO @id WHILE (@@fetch_status = 0) BEGIN --do stuff here select @id FETCH NEXT FROM i INTO @id END CLOSE i DEALLOCATE i
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
bvbn
Xml Excercise 3
Cinema latinoamericano
trigger
viernes_ alumnos
Cross and outer apply
SQL_Joins_Intersect_Except_Union
Negociosj
Student
EXP 8
stackse - search stackoverflow differently
Please log in to post a comment.