Subject | Re: [firebird-support] GROUP BY and JOINs |
---|---|
Author | Christian Gütter |
Post date | 2005-06-30T11:23:59Z |
Hi,
(partly) answering my own question:
using a LEFT OUTER JOIN for the stored procedure instead of
a JOIN makes the query run fine.
This happens regardless of the fact if there is a GROUP BY in
the query or not.
Christian
(partly) answering my own question:
using a LEFT OUTER JOIN for the stored procedure instead of
a JOIN makes the query run fine.
This happens regardless of the fact if there is a GROUP BY in
the query or not.
Christian