Delete rows with conflicting times using jdbc-odbc
问题 I wasnt quite sure how to word the title so sorry about that. I am trying to load some start and stop schedule times into a database but sometimes a start and stop time for the same system will overlap such as one time may be 5:30 to 12:30 and then another time for the same system may be 8:30 to 10:30 I want to avoid inserting that data into the table. I am using a jdbc and odbc bridge to do this all in a java program, when the user clicks generate schedules it reads all the schedule info