![]() |
#2
e4lich2007-04-17 21:05
|
select student.sno,sname,ssex,sage,sdept,cno,grade
from student,sc
where student.sno = sc.sno(*)
服务器: 消息 170,级别 15,状态 1,行 3
第 3 行: '*' 附近有语法错误。
请问该如何解决!