Użyj GROUP BY
zapytanie i funkcje agregujące
:
select username, count(*), sum(plus), sum(minus)
from your_table
where username = 'example'
group by username;
Użyj GROUP BY
zapytanie i funkcje agregujące
:
select username, count(*), sum(plus), sum(minus)
from your_table
where username = 'example'
group by username;