MySQL Forums
Forum List  »  General

Re: How to create a matrix out of two columns?
Posted by: Peter Brawley
Date: May 07, 2020 09:20AM

Quote

"explode" this data into a matrix with one row per school and as many columns as there are classes

It's a crosstab, or (since 1979) "pivot", several ways to do it under that heading at https://www.artfulsoftware.com/queries.php

Options: ReplyQuote


Subject
Written By
Posted
Re: How to create a matrix out of two columns?
May 07, 2020 09:20AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.