SQL to determine minimum sequential days of access?

前端 未结 19 1717
我在风中等你
我在风中等你 2020-12-04 04:58

The following User History table contains one record for every day a given user has accessed a website (in a 24 hour UTC period). It has many thousands of r

19条回答
  •  隐瞒了意图╮
    2020-12-04 05:27

    If this is so important to you, source this event and drive a table to give you this info. No need to kill the machine with all those crazy queries.

提交回复
热议问题