This seems so simple but how does MAXROWS work with nested queries that are
grouped? If you apply it at the top level it limits the number of groups, not
the number of records. If you apply it at the inner level, it seems to do
nothing. Is there a way to output just a finite number of records (not groups)
without rewriting the code to using CFLOOP or something (which would be hard).