Admin Asked: October 6, 2024In: SQL How to create an SQL function for calculating the number of business days between two dates? I want to create an SQL function for calculating the number of business/working days between two dates, similar to the NETWORKDAYS function for Microsoft Excel. This SQL function should accept two input parameters such as start date and ...Read more as400db2sql-function