Well, I have a table designated by tabelajornadas
.
In it, I have several records, and in which I have the column jornada
, which is of type int
.
At the same time, they contain several records with the same number in the working column.
What I want to do is select
, which gives me only 1 record of each day, in ascending order of the day.
How can I do this?