Microsoft
Software
Hardware
Network
Question : sql updating a table
Hello,
I have a 365 rows table that contains the dates from 2009-01-01 to 2009-12-31
How can I chane just the 2009 values to 2010?
Thanks
Answer : sql updating a table
update [522].MyTable set [MyDate] = (DATEADD(year, 1, [MyDate]))
Enjoy
Random Solutions
Retrieving just the first instance of each customer using SQL
Help Using RtlMoveMemory from kernel32 in VB.NET
Datasheet view and drilldown
Access / VBA / return to previous record after form after update event triggers
How do you set up a SQL report to export multiple sheets to Excel?
File Sharing Lock w/single user
Cannot extract bitmap from resources section of app!
ASP.NET - Database Class
Receiving error code 0x800702e4 when trying to download with InDownloadMngr while in IE 8 with Win7 runing (64 bit) what do I do?
what is the ip address of a web site? What happens when you change the ip address?