Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Writing an equivalent GOMONTH function
Message
De
01/07/2003 06:10:55
 
 
À
01/07/2003 04:13:24
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Divers
Thread ID:
00805602
Message ID:
00805622
Vues:
23
found it :

CREATE FUNCTION dbo.GOMONTH (@tdd datetime,@tim int)
RETURNS datetime AS
BEGIN
RETURN DateAdd(MONTH,@tim,@tdd)
END


>Hi all,
>
>Anyone has done the above? I hope someone can share the code.. Thanks in advance...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform