ไม่เคยทำซะด้วย เคยทำแต่ field เดียว 5 record คงต้องแปลงให้เป็น 5 record มั้งครับ
Code (SQL)
select avg(a1) from (
select id, a1 from tb1 union all
select id, a2 from tb1 union all
select id, a3 from tb1 union all
select id, a4 from tb1 union all
select id, a5 from tb1
) as temp group by id
ผมจะเขียน sql ได้ตัวเดียวคับแต่อยากได้หลายๆฟิว
select avg(q1) as avgq1 from tablename where name_surname=nirawit
ผมอยากได้ q1-q5 เลยอะคับพอมีแนวทางไหมคับ