前端测试通过,部分接口没有数据,运行没问题了。

This commit is contained in:
Orangeeee
2026-09-23 03:53:57 +08:00
parent 24a7da624b
commit 1ff0782399
5 changed files with 393 additions and 38 deletions
+20 -8
View File
@@ -14,14 +14,26 @@ select * from students limit 200;
select * from scores limit 200;
select * from address limit 200;
select * from classes limit 200;
select * from company limit 200;
select * from employments limit 200;
select * from teachers limit 200;
select * from subject limit 200;
desc students;
select *
from cast(student_manage_system as BINARY)
where age >30
join on
group by
having
order by
limit
# select *
# from cast(student_manage_system as BINARY)
# where age >30
# join on
# group by
# having
# order by
# limit