Query to calculate cost of task from each job by day
I am trying to find the cost per Task in each Job every time it was executed (daily) but currently getting very huge numbers due to duplicates, can someone help me ? WITH workspace AS ( SELECT account_id, workspace_id, workspace_name,...
- 9 Views
- 0 replies
- 0 kudos