Pontifications

select
  created,
  url,
  title,
  content,
  tags
from
  [sorted-all-desktop-en-us-2020-01-01-2020-05-25-firefox-creator-answers-desktop-all-locales]
where
  "created" >= :p2
  and "created" < :p3
  AND ( "content" like :p0
  or "tags" like :p4
  or "title" like :p6)
order by
  rowid
limit
  1000

where:

p2 = 2020-04-30 16:00:00
p3 = 2020-05-26 00:00:00
p0 = %sync%
p4 = %sync%
p6 = %sync%

And here’s the CSV file (as a Google Spreadsheet)

Leave a comment on github