rset quota

mail@pastecode.io avatar
unknown
pgsql
5 months ago
67 B
12
Indexable
UPDATE agents
SET quota = 0
WHERE date("createdAt") < '2024-06-30';
Leave a Comment