I want to select a group of rows around a row matched on conditions, ie select a row and then return 5 records before and after it.
More info as requested (sorry bout that!)
Ok, so the table records lap times from a race. Laps are related to Users (users have many laps). I want to find the best lap time for a User then x number of best laps from UNIQUE users above AND below the required User's best lap.
Is this possible?