'How to convert days to minutes

Need to convert the output from below to minutes:

example query:

SELECT 
  avg(date - create_date)
FROM x

example outputs - need to be converted into minutes:

20 days 24:22:59.328877
1 day 16:30:18.131138
5 days 16:46:54.355619


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source