Changes between Initial Version and Version 1 of Ticket #33403, comment 3
- Timestamp:
- Jan 1, 2022, 6:11:03 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33403, comment 3
initial v1 1 While the documentation doesn't explicit mention this particular combination you are effectively hitting #10060 where the `book` table is joined twice becauseinstead of a single time and used for aggregation and filtering.1 While the documentation doesn't explicit mention this particular combination you are effectively hitting #10060 where the `book` table is joined twice instead of a single time and used for aggregation and filtering. 2 2 3 3 In order to avoid this problem you can use a `FilteredRelation` alias or simply the `condition` argument of `Sum`