select w.location, w.warehouse_id, sum(c.capacity) as total_capacity
from warehouse w, crate c
where w.warehouse_id = c.warehouse_id
group by c.warehouse_id
select w.location, w.warehouse_id, sum(c.capacity) as total_capacity
from warehouse w, crate c
where w.warehouse_id = c.warehouse_id
group by c.warehouse_id
Er det muligt at flytte kolonnedata nedad i en MySQL-tabel?
PHP Sådan gemmer du data fra array til mysql ved hjælp af laravel 5
Sådan fejlsøges:Intern fejl aktuel transaktion afbrydes, kommandoer ignoreret indtil slutningen af transaktionsblok
hvordan kontrolleres streng til stede i databasekolonnen?