I like to optimize some old code here. Not sure it will have any negative impact.
Would removing the NOOPTIMZE cause any issues?
Please assist. Thanks!
Code:
SELECT PrjTime
SEEK cur_projid &&PrjTime table has an index on project id
SUM NOOPTIMZE while (project_id = cur_projid) prj_hours to total_prjhours
Would removing the NOOPTIMZE cause any issues?
Please assist. Thanks!