select * from student s,slt_couse slt where s.st_id = slt.st_id and (slt.score between 60 and (select avg(slt.score) from slt where slt.cs_id = '1234')) ;
大家看看这句语句有逻辑错误吗?  报错说table‘test.slt’does not sxist
我是个新手  还请各大神多多多指教