Sometimes you may need to select data from a table and insert into same table in MySQL. You may need to quickly create lot of data for testing.
MySQL
How to calculate age from date of birth in SQL
Here’s how to calculate age from date of birth in SQL you can use the following MySQL query. This is useful to find out recency of activity.