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
Javascript Conditional Statement Display Form Field
MS Word Macro - Save on open to specific directory
VB6 how to load other user registry hives and write the content of a .reg file
status code for html page that doesn't exist
How do you create a page layout like this Shrepoint
Query to export to Excel
huge image file- how to handle it
wordpress editing home page and links
Layer 2 Vs Layer 3 across multiple sites
self.close