Luhn Algorithm
985496Jan 17 2013 — edited Jan 17 2013I would like a pl/sql function that returns the check digit of a 9-digit number?
Look at http://en.wikipedia.org/wiki/Luhn_algorithm for more details
For example number 109409714 (9 digits) should do check digit.
I want validation of check digit, & want to return the check digit.
Thanks