SELECT *from (select * from student where dept_name = 'Comp.Sci.') natural full outer join (select * from takes where semester = 'Spring' and year = 2009 ) as aa ;
到底怎么改 T-T