SQL SERVER AKTUALIZACJA TOP N RECORDY
UPDATE top (10) table
SET col = val
MzanziLegend
UPDATE top (10) table
SET col = val