B
B
beduin012015-03-02 14:28:41
MySQL
beduin01, 2015-03-02 14:28:41

MySQL statistics, how best to do?

There is a table with several thousand rows of the form:
02/01/2015 | Dima, Sasha, Roma, Masha, Kat, Dima, Dima
02.02.2015 | Sasha, Bob, Jame, Pol, Masha February 3, 2015
| Dima, Masha, Oliver, Masha, Masha, Masha
02/04/2015 | Dima, Mike, Denis
There is a table with reference names:
names | Masha, Roma, Dima, Sasha
I need to build a new table that would contain information on which day, how many times which name occurred.
I work with MySQL. Does it have any analytics tools. Without a separate programming language, can this be done using the DBMS itself?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
Thebaron48, 2016-07-29
@Thebaron48

Can a notebook be filled with data without human intervention?
SQL is just a text file and mysql is a set of commands to modify this file.
Install a python and write a script on it if you don't want to worry too much.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question