Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
TO_NUMBER(TO_CHAR(YourDate,'yyyy'))
plan.eff date =
(SELECT MAX (plan.eff date) FROM plan,studentdegree
WHERE plan.type = studentdegree.type AND
TO_NUMBER(TO_CHAR(plan.effdate,'yyyy')) <= studentdegree.yr)
TableA.A = TableB.A and
TableB.B = TableC.B (+) and
TableC.B = TableD.B