比如:
select s.name,c.name from student s left join course c on c.sid=s.sid 
 
如果我要添加模糊查询条件,,可以在其后跟 and c.name=**  么?