jpratt
02-22-2008, 03:10 PM
I have a list of videos on a site. when a user clicks on a video I want to have that id be first then have the remaining ids follow it. So if i have five rows in my db with ids 1-5 and the user clicks the 3rd video, it reorders the playlist 3, 4, 5, 1, 2. How would I do this with a sql statement?