$sSql_detail = "select *
from
tbl_spt_req,
tbl_spt_req_detail,
tbl_spt_itemGroupType,
tbl_spt_productTiles
where
tbl_spt_req.request_no = $txtRequestNo and
tbl_spt_req.request_no = tbl_spt_req_detail.request_no and
tbl_spt_itemGroupType.itemGroupType_no = tbl_spt_req_detail.itemGroupType_no and
tbl_spt_req_detail.material_code = tbl_spt_productTiles.material_code and
tbl_spt_itemGroupType.itemGroupType_no between 1 and 4
";
$sSql_detail = "
select *
from
tbl_spt_req,
tbl_spt_req_detail,
tbl_spt_itemGroupType,
tbl_spt_productTiles
where
tbl_spt_req.request_no = $txtRequestNo and
tbl_spt_req.request_no = tbl_spt_req_detail.request_no and
tbl_spt_itemGroupType.itemGroupType_no = tbl_spt_req_detail.itemGroupType_no and
tbl_spt_req_detail.material_code = tbl_spt_productTiles.material_code and
tbl_spt_itemGroupType.itemGroupType_no between 1 and 4
ORDER BY tbl_spt_itemGroupType";
ตอนเขียนตารางก็เก็บ tbl_spt_itemGroupType ไว้ในตัวแปร temp ถ้าตัว temp เปลี่ยนเมื่อไหร่ก็ให้เขียนชือ group แล้วเขียนข้อมูลใน group นั้นออกมา