mysql中group by的用法是配合聚合函数,利用分组信息进行统计,语句如“select name,sum(id) from test group by name,number”。
整理一些重要的Oracle面试题及答案,希望帮助到大家。