How do I update a single row in a SQL Server database? -


How can I update a line?

I have a SQL Server database of 34 rows fe SYSTIMESTATE (14.10.2014 08: 01: 15: 000) and I will replace it with (04.11.2014 08 : 01: 15: 000)

How can I do this? Statement is SELECT with the statement UPDATE :

  select from EXDOCS * where SYSTIMESTATE = '14.10.2014 08: 01: 15: 000 ''  
  set the update EXDOCS SYSTIMESTATE = '04 .11.2014 08: 01: 15: 000 'WHERE SYSTEMSTATE = '14 .10.2014 08: 01: 15: 000'  

Also learn how to come up with a solution:


Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -