General Questions of Auxiliary Equipment

Other Questions of Auxiliary Equipment

If you have any question about Auxiliary Equipment, you can leave a message on below form, we will replay you in 24 hours!

select count(*) from student group by yuanxi_id; select yuanxi_id from student group by yuanxi_id having count(*) >= all(select count(*) from student group by yuanxi_id); select yuanxi_name from yuanxi where id in(select yuanxi_id from student group by yuanxi_id having count(*) >= all(select count(*) from student group by yuanxi_id));