order by group by 同时使用的方法

2026-04-09 11:08:16

1、例如:

slect * from table group by type,id order by id

slect * from table group by type,id order by type

猜你喜欢