Skip to content

Instantly share code, notes, and snippets.

@sqlparser
Created April 8, 2014 07:40
Show Gist options
  • Save sqlparser/10099947 to your computer and use it in GitHub Desktop.
Save sqlparser/10099947 to your computer and use it in GitHub Desktop.
plsql parameter in function call
DaysBetween (dStartDate => dEnrolledDate,
dEndDate => dGraduationDate,
nGPA => nFinalGPA,
nDaysBetween => nDuration);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment