Browse by Tags

All Tags » Quirky update (RSS)

Quirky update in sql server

When you use variables in update statement and update the columns with the values of variables which keep on changing for each row , you can simulate many things that are done using Loop or a Cursor declare @temp table ( product_name varchar ( 100 ),...