一条DQL关键字执行顺序: from、 join on(需要连接的表)、where(根据条件筛选表)、 group by(进行分组)、having(筛选分组)、 select(选取需要的列)、distinct(去重)、order by(进行排序)、limit(分页)