Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 26a56fe

Browse files
committed
Merge pull request #187 from Ghost141/challenges_api_improvement
Fix sortcolumn error.
2 parents 8e2a57e + 5e9be33 commit 26a56fe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

queries/search_software_studio_challenges_count

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,3 @@ AND NVL(pr.prize1, 0) >= @prilower@
9191
AND NVL(pr.prize1, 0) <= @priupper@
9292
AND p.tc_direct_project_id = DECODE(@tcdirectid@, 0, p.tc_direct_project_id, @tcdirectid@)
9393
AND NVL(LOWER(pi.cmc_task_id), '') = DECODE('@cmc@', '', NVL(LOWER(pi.cmc_task_id), ''), '@cmc@')
94-
95-
ORDER BY @sortColumn@ @sortOrder@

0 commit comments

Comments
 (0)