select id, sum(amount) from (
select id,amount from table_1 union all
select id,amount from table_2 union all
select id,amount from table_3
) x group by id
select id, sum(amount) from (
select id,amount from table_1 union all
select id,amount from table_2 union all
select id,amount from table_3
) x group by id
Edytor WordPress nie aktualizuje plików:nie można nawiązać połączenia zwrotnego z witryną w celu sprawdzenia błędów krytycznych
CROSS/OUTER APPLY w MySQL
SQLSTATE[HY000] [1040] Za dużo połączeń
phpMyAdmin - nie mogę się połączyć - nieprawidłowe ustawienia - odkąd dodałem hasło roota - zablokowane
Jak przeliczyć liczbę tygodni na datę?