1.1 KiB
1.1 KiB
2022-05-25
Normalizing tags in production
count |
---|
586 |
SELECT account_id
FROM accounts
WHERE NOT normalized AND total <= 500
(let ((filename "~/git/normalize_account_tags/production/06-less-than-equal-to-five-hundred"))
(with-temp-file filename
(insert (s-join "\n" (-map #'car accounts))))
filename)