i have this database
id user_id auction_id no_of_bids bid_value timestamp 110 236 435 3 6 2015-11-10 12:40:21 111 238 435 4 6 2015-11-10 12:46:33 i want to re arrange the order of these records, for example in the current situation, i want 238 to come before 236, is there a query to execute the said operation? i know about changing column orders, but i believe records can not be re arranged like that. is there a way or query where i can re arrange the records and let 238 come before 236, or, be at the top of records?