Teky Wiki
Random stuff about computer science
Wednesday, April 16, 2014
SQL - First and last day of the month
-- First day of the last month
SELECT DATEADD(mm, DATEDIFF(m,0,GETDATE())-1,0);
-- Last day of the last month
SELECT DATEADD(d,-1,DATEADD(mm, DATEDIFF(m,0,GETDATE()) ,0));
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Blog Archive
►
2019
(1)
►
October
(1)
►
2015
(1)
►
March
(1)
▼
2014
(38)
►
December
(2)
►
November
(2)
►
October
(2)
►
September
(1)
►
July
(2)
►
June
(2)
►
May
(5)
▼
April
(9)
Maven - Start a new java project
XSLT - Definitions
SQL - First and last day of the month
SQL - Mixing INNER and OUTER Joins [external link]
SVN > XSLT = HTML Report
XSLT - Processing tool
dos2unix
Cygwin - Install (Windows)
Request forwarding based on HTTP Header
►
March
(1)
►
February
(12)
No comments:
Post a Comment