Posted by
Andrew Gould on 16 February 2012 | no comments
A common requirement in SQL queries is calculating a person's age. The expression you need to do this accurately is relatively long, so why not replace it with a user-defined function? This blog shows you how!
This blog is part of our complete SQL Tutorial.