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
Problem with Microsoft Rich textbox control 6.0 (SP4)
storing jpg and retrieving on forms
Remotely Installing Windows Server 2008
Need help understranding 'WHERE EXISTS' and 'WHERE NOT EXISTS'
Crypt some text and Decrypt it
Filte removing records from query?
Cancel button on form
Why does InternetConnect function need a password and a login ?
Stripping characters in Select Statement
Linking Outlook Calendar into Access