SELECT l.location_name,n.network_name,AVG(d.DL),AVG(d.UL),e.equipment_name FROM locations l,networks n,data d,technology t,equipments e WHERE l.location_id = d.location_id AND n.network_id = d.network_id AND t.tech_id = d.tech_id AND e.equipment_id = d.equipment_id AND d.date = '$date' AND d.tech_id IN (2,3) GROUP BY d.location_id,d.network_id ORDER BY d.location_id ASC
อยากให้ผู้อ่านช่วยแนะนำหน่อยว่าอักษร เช่น l.location_name ตัว l. (แอลจุด) มันคืออะไรครับ หรือ locations l ตัวเว้นวรรค l หมายถึงอะไร ช่วยแนะนำด้วยนะครับ หรือมันเป็นการคิวรี่ที่มีลักษณะพิเศษอย่างไร อยากทราบจริงๆ
ผมจะได้ไปศึกษาเพิ่มเติม เพราะที่ผมใช้ก็ พวกง่าย ๆ select * form table ไม่ได้มีอะไรซับซ้อน