I have these tables
I want to have a result like this
╭────────────┬────────────┬──────┬────────────────────────┬────────────────────────╮
│ InvoiceID │ Date │ Sum │ SUM(RecietInvoice.Sum) │ RecietInvoice.RecietID │
├────────────┴────────────┴──────┴────────────────────────┴────────────────────────┤
│ 1 │ 11/11/2010 │ 1200 │ 1200 │ 34,45 │
╰────────────┴────────────┴──────┴────────────────────────┴────────────────────────╯
In the RecietInvoice.RecietID I want to have all the RecietID for this Invoice.