B
B
beduin012015-03-10 21:38:27
MySQL
beduin01, 2015-03-10 21:38:27

MySQL: how to change table view?

The situation is this. There is a table like

date       3 6 9 12 15 18 21 24     
2015.01.01      3 2 5 2 5 7 2 4
2015.01.02      9 3 1 3 4 6 4 1
2015.01.03      0 2 3 1 5 6 3 4

The table needs to look like this:
date            time              numbers
2015.01.01            03:00:00       3
2015.01.01            06:00:00       2
2015.01.01            09:00:00       5
2015.01.01            12:00:00       2
2015.01.01            15:00:00       5
2015.01.01            18:00:00       7
2015.01.01            21:00:00       2
2015.01.01            24:00:00       4
2015.01.02            03:00:00       9
2015.01.02            06:00:00       3

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Penelopus, 2015-05-26
@undefinedUser

As an option
, I think, further by analogy, add yourself

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question