Currently I'm doing a query that shows the total of reports of a specific type sent (sent = 1) for each user. The current query that I have works and is:
SELECT username,
SUM(inf_name='INF_01') AS INF_01,
SUM(inf_name='INF_02') AS INF_02,
S...
asked by
14.09.2017 / 21:26