Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Writing an equivalent GOMONTH function
Message
From
01/07/2003 06:10:55
 
 
To
01/07/2003 04:13:24
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
00805602
Message ID:
00805622
Views:
22
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...
Previous
Reply
Map
View

Click here to load this message in the networking platform