#qa | Logs for 2020-12-25
« return
[12:27:51] <Bytram> This is quick-and-dirty, but it works. Good for helping to update the Beg-o-Meter. Issued in MySQL on fluorine:
[12:27:53] <Bytram> select max(spid) from subscribe_payments ; select sum( payment_net ), 100 * sum( payment_net )/7000 from subscribe_payments where ts >='2020-01-01' ; select sum( payment_net ), 100 * sum( payment_net )/3500 from subscribe_payments where ts >='2020-07-01' ;