create view student_age_big20 as
SELECT * FROM `student` where age>20
#复杂化sql即可
;
mysql查询
最新推荐文章于 2024-11-06 20:49:14 发布
create view student_age_big20 as
SELECT * FROM `student` where age>20
#复杂化sql即可
;