Answer the question
In order to leave comments, you need to log in
Is it possible to display a two-dimensional table in the console in MySQl SELECT?
For example, a request
SELECT user_id, count(user_id) FROM Message WHERE date='2018-01-01' GROUP BY user_id;
Answer the question
In order to leave comments, you need to log in
Obviously, the correct option to make such a query would be group by user_id, date.
But, if you want entertainment and cross-query output in MS Access style, you can use the same MySQL to form a query that will perform the required SELECT. Example: https://ru.stackoverflow.com/questions/764260/mysq...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question