Example:
In table Orders I have fields approved_date and creation_date. I want to count how many days between both dates.
approved_date | creation_date | approved - creation
05/16/2022 | 05/12/2022 | 4
Expected Output excluding Saturday and Sunday.:
approved_date | creation_date | approved - creation
05/16/2022 | 05/12/2022 | 2