использование fontawesome в Firefox Webextension Contentscript

SELECT budget_id, 
       SUM(IF(type = 'allocation', points, 0)) AS allocated,
       SUM(IF(type = 'issue', points, 0)) AS issued
FROM transactions
GROUP BY budget_id
1
задан lhk 17 February 2019 в 18:43
поделиться