Microsoft
Software
Hardware
Network
Question : Delete rows older then todays date
Hi there
I have a table called Books and a column called Date_Updated (which contains a data field)
I need a DELETE statement that will delete all rows where Date_Updated is less then todays date.
Thanks
Answer : Delete rows older then todays date
DELETE FROM Books
WHERE Date_Updated < DateAdd(dd, DateDiff(dd, 0, GetDate()), 0)
Random Solutions
Drupal Beginner - need to add images to posts and stories
sql server 2000
Exchange Mailbox behaviour on Disabled accounts
find differences between two Crystal reports
Access 2007 query results different than vba sql results
PSTN Signaling
Detect an application instance.
Trouble Counting Unique Values
How do I pause a running program in VBA
When machine in locked state can Outlook forward all emails to a Hotmail account?