将max() 方法和group by结合使用

    1. select *,max(create_time) from a
    2. where create_time<="2017-03-29 19:30:36"
    3. group by user_id