Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
First SP
Message
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Titre:
Divers
Thread ID:
00759576
Message ID:
00759617
Vues:
15
This message has been marked as a message which has helped to the initial question of the thread.
>Could you please help me to understand this one (and hopefully that would be it):
>
> UPDATE cart
> SET LastModTs = CURRENT_TIMESTAMP,
> @tcCartID = CartID
> FROM cart
> WHERE UserID = @tcUserID
>
>Can I get CartID while doing update? I decided, that it would be my output parameter, since I would need to get CartID anyway...
>
I never used UPDATE this way but according to BOL you should get CartID value.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform