We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc17c4 commit 07726f4Copy full SHA for 07726f4
sql/reports/topcoder/registrant-countries.sql
@@ -17,5 +17,5 @@ LEFT JOIN lookups."Country" AS comp_code
17
LEFT JOIN lookups."Country" AS comp_id
18
ON UPPER(comp_id.id) = UPPER(mem."competitionCountryCode")
19
WHERE rr.name = 'Submitter'
20
- AND res."challengeId" = 'e12ee862-474a-4e40-9d2d-2699ae1dfc2a'
+ AND res."challengeId" = $1::text
21
ORDER BY res."memberHandle";
0 commit comments