当前位置:Gxlcms > mysql > mysql-MySQL错误Everyderivedtablemusthaveitsownalias

mysql-MySQL错误Everyderivedtablemusthaveitsownalias

时间:2021-07-01 10:21:17 帮助过:3人阅读

mysql

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

人气教程排行