1.2 KiB
1.2 KiB
2022-05-27
Normalizing tags in production
count |
---|
301 |
SELECT account_id
FROM accounts
WHERE NOT normalized AND total <= 1000
(let ((filename "~/git/normalize_account_tags/production/09-less-than-equal-to-one-thousand"))
(with-temp-file filename
(insert (s-join "\n" (-map #'car accounts))))
filename)