SELECT timestamp_column,interval_column, timestamp_column - interval_column AS new_date from date_time_types;