สมมติว่า ผมต้องการสรุปข้อมูลการใช้ยา ทั้งหมดในปี 2550 ผ่านระบบรายงาน CrossTab สามารถเขียนคำสั่งดังนี้เพื่อนำมาสรุปได้ครับ
select /*! SQL_NO_CACHE */ s.name,o.icode,o.qty,o.sum_price
from opitemrece o
left outer join s_drugitems s on s.icode = o.icode
where o.vstdate between '2007-01-01' and '2007-12-31'
** คำเตือน : เครื่องที่ทำรายงาน RAM ต้องเยอะ