Site Sponsored By: SQLDSC - SQL Server Desired State Configuration
Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Mayur writes "Is there a way to increment the value in a number field by one in any sql query? for example: "update stu_table set hits = hits + 1 where ID = 4" "