Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Grouping specific rows together

I have a data set of production values from various machines that I'm using to calculate machine utilization. I used group by to combine the values into machine and date and sum the run hours. Below ...
  • Anonymous's avatar
    Anonymous
    7 years ago

    Anonymous 

    I see. Does this possibly work? I added Column 2, 3, 4, and 6 to the GROUP BY function in order to return them.