SQL Server Update Top N enregistrements
UPDATE top (10) table
SET col = val
MzanziLegend
UPDATE top (10) table
SET col = val