Need help, struggling to do this please
Got the following fields in table
Package_Name
Package_StartTime
Package_Endtime
What I require is:
Based on data range give me how much time each package took time to execute
like
Package Name - 21 Sept 22 Sept 23 Sept
ABC 3 mins 4 mins 2 mins
This way I want to see the execution time pattern of the packages.
For every package, this query will calculate execution time in minutes for every day between
StartTimeandEndTime.Solution:
Results: