SQL Server Query Command
Posted
by Scott Jackson
on Stack Overflow
See other posts from Stack Overflow
or by Scott Jackson
Published on 2010-05-05T08:27:00Z
Indexed on
2010/05/05
8:38 UTC
Read the original article
Hit count: 327
sql-server
Hi,
I have an SQL database table, I want to find everything in a table where the 'Room' says 'DISPOSED', Insert 'DISPOSED' into the 'Status' field and then delete the entry in 'Room'.
Basically moving the entry from one field to another (if the 'Room' field has 'DISPOSED' in it)
Hope this makes sense.
Thanks for any help.
© Stack Overflow or respective owner