Sometimes you’ll have a mix of different types of data in a single table and want to roll it up into a more standard report - as you might do with a pivot table in Excel. Thankfully you can do this directly in Postgres without having to grab the raw data then manipulate elsewhere.
|