$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_req_detail.itemGroupType_no
";
อันนี้ รอบแรก แล้ว รอบที่สอง order by tbl_spt_req_detail.itemGroup_id