Untitled

Anonymous
pgsql
02/01/2024 9:36 AM
176 B
23
Indexable
update advertises set is_publish = 1 where "deletedAt" IS NULL
  AND "createdAt" < NOW() - INTERVAL '90 days'
  AND is_publish = 3
Editor is loading...
Leave a Comment