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