I would like to select all of the columns that have a column name that contains the substring 'age_'
id gender age_now age_graduated
aa F 21 25
bb M 34 24
I only want columns 'age_now' and 'age_graduated'
