blob: 3f0741f780a12f77db6bf9c9a84309d696b760b3 [file] [log] [blame]
select date_sub(sql_to_date(c_date, 'YYYY-mm-dd'), 10), date_sub(sql_to_date(c_date, 'YYYY-mm-dd'), interval '10-4' year to month) from basic where c_row=1;