1.1 KiB
1.1 KiB
2022-06-01
Normalizing tags in production
count |
---|
150 |
SELECT account_id
FROM accounts
WHERE NOT normalized ORDER BY total
(let ((filename "~/git/normalize_account_tags/production/11-top-accounts"))
(with-temp-file filename
(insert (s-join "\n" (-map #'car accounts))))
filename)