-
- Downloads
Left joins on following columns
The issue was that resets were not effective and were not deleting rows. This is because following is set to NULL in the incoming data. So, when the query was joining against accounts table, the resets rows were skipped, because there was no matching account. To fix this the JOIN on the following column needs to be LEFT JOIN.
parent
146cb229
No related branches found
No related tags found
This commit is part of merge request !863. Comments created here will be created in the context of that merge request.
Please register or sign in to comment