-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
https://eaflood.atlassian.net/browse/WATER-3787 We've built a query to demonstrate what licences we are considering when building an SROC supplementary bill run. It's been highlighted that the query is returning duplicate results. A quick check found it's where we have a licence flagged for supplementary billing that has more than 1 SROC charge version. The inner join means we get a row per charge version. This change fixes the issue, making our results distinct.
- Loading branch information
1 parent
7c5b1e7
commit 0c20573
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters