Untitled
unknown
pgsql
a year ago
130 B
13
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
update advertises set is_publish = 1 where "deletedAt" IS NULL AND "createdAt" < NOW() - INTERVAL '90 days' AND is_publish = 3