I have two fields that are of type int lap_time_1 and lap_time_2 . Is there a mysql query to select the records whose difference (absolute value) between lap 1 and lap 2 is greater than 30?
I have two fields that are of type int lap_time_1 and lap_time_2 . Is
Share
This assumes lap_time_1 and lap_time_2 are two columns and the data is held on the same row.