table Tempreport ทำงานอย่างไรครับ เมือนำมาเขียนรายงาน เช่น
select t1.*,t2.*
from tempreport t1
left outer join tempreport t2 on t2.num2=t1.num2
and t2.id=t1.id and t2.num=2
where t1.id = "{onlineid}" and t1.num=1
order by t1.date3
"{onlineid}" คืออะไรครับ sql นี้ทำงานในระบบ hosxp อย่างไรครับ