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
No Driver for Ricoh Aficio SP C210SF (Win 7)
server test.net at level_15 or view_access requires a username and password.
ILLEGAL VIEW NAMES VISUAL FOXPRO?
What is blocking Remote Desktop?
When is it most appropriate to use ADO vs. SQL statements and queries in a multi-user environment?
Select Query
Access 2003 DB: Too many active users
SQL Server Taking up all my memory
How to configure license for terminal services on Windows 2008 if we have Volume License
Why does using TableDefs cause table to be used/locked?