![]() |
#2
bygg2007-05-29 16:36
|
在线急求~~:
我在用Delphi进行编程的时候遇到这个SQL语句,
select count(*) from SC,Cource,student where sc.cno=cource.cno and Cource.cname=:cname
请问Cource.cname=:cname是什么意思啊?