[sql] multiple updates

I have a table with 10 entries. That number may change. It’s just a number. What I want to do is to update the 10 (or whatever number of them are there) at the same time in one query…

Can it be done?