Wise Owl's Blog
Making Sense of Software

Excel | Microsoft training in London, UK

Functions in SQL blogs

Calculating Age in SQL with a User-Defined Function

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.

Tags:   SQL / Calculations   |   SQL / Functions