i want to see the age in years of my clients in my database.
The table is called 'clients' and the clients have set a birth of date (example:1992-04-04). But i want to see it like this: Age: 17 (for example). How can i do this?
I need the SQL Query for this.. i tried DATEDIFF but i just cant get it working