มันก็ยังขึ้น
Range Check Error อยู่ดี งง เลยครับ
select v.hn,sec_to_time(time_to_sec(l.report_time)-time_to_sec(l.order_time)) as totaltime
from lab_head l
left outer join vn_stat v on v.vn = l.vn
where v.vstdate between '
2009-10-01' and '
2010-09-30'
and l.report_time is not null
and v.vstdate not in (select h.holiday_date from holiday h)
Code ด้านบนมันผิดตรงไหนหรอครับ รบกวน อาจารย์ช่วยแนะนำทีนะครับ