1
Well, I have a table called tabelajornadas
.
In it, I have several records, and in which I have the column jornada
, who’s kind int
.
In it, they contain several records with the same number in the journey column.
What I intend to do is a select
, that gives me only 1 record of each journey, in ascending order of journey.
How can I do that?
Was any of the answer helpful? Don’t forget to choose one and mark it so it can be used if someone has a similar question!
– Sorack