看懂了,你只能靠复杂的程序判断来做了,可以把字段设置成字符型,然后通过比较字符串来实现,例如: if start_time > "00:00" and start_time < "08:00" and end_time > "08:00" and end_time < "12:00" then time1="08:00" time2=end_time total_time="08:00" + "-" + end_time 把total_time的值插入数据库中生成一条记录 end if if .......... end if