• Yes!  I've been working on a very complex GROUP BY query breaking down timestamps into variable hourly groupings. (1 hour, 2 hours, 3 hours etc.)  I've had to copy this complex once for each possible hour group request to include everything I need in the output.  Your instruction has given me a new outlook on how to prep the data once, then populate from the results as needed!

    Thanks!

    -Rob