Subject Re: [firebird-support] GROUP BY and JOINs
Author Christian Gütter
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