H
hujintao001
Unregistered / Unconfirmed
GUEST, unregistred user!
这段sql
select * from chengji where 学号 like '20001002' and 课程名称 in (select 课程名称 from kecheng where 学期 like '2' );
我想在这里使用:
query1.sql.add('select * chengji where 学号 like ''20001002" and?????格式该怎样的??我老是弄错 ');
select * from chengji where 学号 like '20001002' and 课程名称 in (select 课程名称 from kecheng where 学期 like '2' );
我想在这里使用:
query1.sql.add('select * chengji where 学号 like ''20001002" and?????格式该怎样的??我老是弄错 ');