這句SQL怎麽理解
SELECT @st_name=student.sname,@st_avg=AVG(score.degree) FROM student,score
是不是要@st_name=student.sname,@st_avg=AVG(score.degree)所有記錄
2011-12-12 10:58
2011-12-12 22:18
2011-12-14 14:17
2011-12-16 16:08
2011-12-16 16:46
2011-12-16 16:51
2011-12-22 07:56