Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Looping in T-SQL
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Divers
Thread ID:
00483629
Message ID:
00483645
Vues:
8
>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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform