How to display all Detections in the same second of time for different User_ID when users> 2?
CREATE TABLE "detections" (
"date" text,
"device_id" text,
"user_id" text,
);
2020-01-01 00:00:35 13174 18817
2020-01-01 00:01:31 12405 17646
2020-01-01 00:05:17 10604 15190
2020-01-01 00:06:16 13174 18817
2020-01-01 00:07:08 4537 6037
2020-01-01 00:07:46 12405 17646
2020-01-01 00:10:05 12405 17646
2020-01-01 00:10:05 9848 7183
2020-01-01 00:13:26 13174 18817
2020-01-01 00:18:32 13174 18817
link to original datebase [https://github.com/credo-science/Windows-Tools/blob/master/Credo%20NONfiltered%20data%20%26%20EathQake/no_filtr_no_content.sqlite]