Subject | Re: [firebird-support] How do you get a summary SUM() from a union of tables |
---|---|
Author | Mark Rotteveel |
Post date | 2012-07-02T18:22:57Z |
On 2-7-2012 20:07, Cornie van Schoor wrote:
Mark
--
Mark Rotteveel
> Set thanks for the reply, I just have one problem, the union removesUse UNION ALL instead of UNION.
> duplicates. So if both tables have
> Item1, 50
> the result is
> Item1, 50 and not
> Item1, 100 as I require.
Mark
--
Mark Rotteveel