MySQL_Note 2019-10-30 查询订单表里用户的第一笔订单1SELECT `user_id`, MIN(`pay_time`) FROM `order` GROUP BY `user_id`;