Home > BI, Code, Tips > Updating the TOP 100 records in SQL

Updating the TOP 100 records in SQL

 

 
UPDATE

TOP(100table_name
SET column1 = <something>
WHERE blah = bleh;

VN:F [1.9.6_1107]

Rating: 3.0/5 (1 vote cast)
VN:F [1.9.6_1107]
Rating: 0 (from 0 votes)
Updating the TOP 100 records in SQL, 3.0 out of 5 based on 1 rating
Categories: BI, Code, Tips Tags: , , , ,
  1. No comments yet.
  1. No trackbacks yet.