May 8th, 2008
Smoothie and Pizza slice in the sun on the grass... what more could you want from life.. ?
:)
Might be playing golf tonight, to enjoy the evening sun.
:)
Might be playing golf tonight, to enjoy the evening sun.
Just been playing about with DateAdd function in SQL
SELECT * FROM
dbo.users
where
LAST_LOGIN_DATE > DATEADD(n, -5, CURRENT_TIMESTAMP)
ORDER BY LAST_LOGIN_DATE DESC
DateAdd handy little function ;)
SELECT * FROM
dbo.users
where
LAST_LOGIN_DATE > DATEADD(n, -5, CURRENT_TIMESTAMP)
ORDER BY LAST_LOGIN_DATE DESC
DateAdd handy little function ;)
