SQL171 零食类商品中复购率top3高的商品 原代码 with temp1 as ( select date_sub(date(max(event_time)), interval 90 day) as start_date, date(max(event...