I have this mysql table
As you can see in the day column I have two days "po" and "20", what I need is a query that returns me the number of days that are registered, which in this case is 2.
I have this:
SELECT COUNT(*) AS total FROM juego WHERE fecha = '2018-12-23' GROUP BY jornada