I have a time column for all of the rows in a mySQL table. I need to know how to delete all rows where their time value is between a start time and end time.
For instance, the start time might be:
Which is 12:38:43 PM.
And the end time might be:
Which is 12:40:23 PM.
Is there a way to delete all rows with a time value in that range?
|