I have the following query
SELECT IdOcupacion, Codigo, Descripcion
FROM Ocupaciones
On which in the field of Descripcion
I see several double registers and I would like to know how to consult only one of the registers but bring me the fields of idOcupacion
and% Codigo
of the occupation. thanks