glad you got it to work :) On 4/8/07, Yannick Létourneau <[EMAIL PROTECTED]> wrote:
Actually it seems I hadn't tried hard enough ;) I managed to make it work using the following syntax (Thanks to Jay) : SELECT SUM(SomeField) FROM (some complex nested SELECT query) GROUP BY SomeOtherField;

