I'm not trying to select. I'm trying to add age column to my student table calculated automatically from date of birth column in mysql.
student(
numstudent int,
name varchar,
birthday date
)
I'm not trying to select. I'm trying to add age column to my student table calculated automatically from date of birth column in mysql.
student(
numstudent int,
name varchar,
birthday date
)