SQL Server, SSRS and Crystal Reports
Showing posts with label
DateName
.
Show all posts
Showing posts with label
DateName
.
Show all posts
Monday, 15 November 2010
DateName function - SQL
SELECT
DATENAME
(
month, GETDATE
())
AS
'MonthName'
;
Older Posts
Home
Subscribe to:
Posts (Atom)