Solder & IPC Training Classes


Query
Template: /dsp_trainingSchedule.cfm:50
Execution Time: 22.6 ms
Record Count: 0
Cached: No
Lazy: No
SQL:
select p.name,
p.udefLocation,
p.id,
p.udefNavFriendly,
p.startDate,
p.endDate,
p.descripShrt
from tb_classes p
where p.isactive = 1 and
p.delete_date is null and
p.endDate >= now()
group by p.id
order by p.startDate asc, p.name
nameudefLocationidudefNavFriendlystartDateendDatedescripShrt