MySQL Forums
Forum List  »  Newbie

MySQL table to matrix array
Posted by: Øyvind Norli
Date: April 25, 2016 05:56AM

Hi, I have a mysql table "movie" with the following columns:

"title", "year", "director".

Example:
Spartacus 1960 Stanley Kubrick
Yojimbo 1961 Akira Kurosawa

Can I create a matrix view with a SELECT statement like this?

1960 1961
Stanley Kubrick Spartacus
Akira Kurosawa Yojimbo

Options: ReplyQuote


Subject
Written By
Posted
MySQL table to matrix array
April 25, 2016 05:56AM


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.