there I would like to find out what exactly days() function in IBM DB2 database does when you have 2 dates:
for example:
days('2020-01-05') - days('2020-01-02')
Is above statement simply returns 3 which is a days difference between Jan 5th 2020 and Jan 2nd 2020?