In SQL which function should I use to find age between 15 to 25 years from a given column of date of birth? Also date of birth column is given in varchar()
and we have to write syntax in select statement only.
Asked
Active
Viewed 23 times
0
-
Looks like homework? What have you tried? Where did you get stuck? – Dale K May 02 '20 at 04:56
-
2You shouldn't be stored a date in a `varchar` column either. – Dale K May 02 '20 at 04:56