Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Looping in T-SQL
Message
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
00483629
Message ID:
00483645
Views:
9
>How does one loop through a table in T_SQL?
>
>Thanks

Terry,

You cannot loop through a table directly in T-SQL.
You can use T-SQL cursors to do it.
See DECLARE CURSOR (T-SQL) in BOL.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform