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

Fix sortcolumn error. #187

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions queries/search_software_studio_challenges_count
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,3 @@ AND NVL(pr.prize1, 0) >= @prilower@
AND NVL(pr.prize1, 0) <= @priupper@
AND p.tc_direct_project_id = DECODE(@tcdirectid@, 0, p.tc_direct_project_id, @tcdirectid@)
AND NVL(LOWER(pi.cmc_task_id), '') = DECODE('@cmc@', '', NVL(LOWER(pi.cmc_task_id), ''), '@cmc@')

ORDER BY @sortColumn@ @sortOrder@