How to write a query to update alternate rows in a Table.

I mean whether all even rows or all odd rows should be updated from the query.

Is there any way to increase the performance if million of rows are there in some table.and if i want to update all the rows (single column in each row) then how can be make the process fast.

Thanks in Advance !

Ashish