Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Lock row
Message
De
21/03/2004 06:04:51
 
 
À
20/03/2004 17:45:59
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Titre:
Divers
Thread ID:
00888209
Message ID:
00888271
Vues:
12

Would this worked?

UPDATE dbo.myTable SET column1=MyFunction(column1),@myValue=MyFunction(column1) WHERE selectTheRow

UserDefine function
---------
MyFunction(@Number)
return @Number + 1

Just an example, maybe sintax is not correct


Only if MyFunction() is deterministic.

Fabio
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform