Hi,
Under Oracle APEX 24.2.7, I have an select list type item on p.31 of application 102. I didsplays the years randomly but not in chronological order. This is the select :
select distinct to_char(trunc(date_, 'year'), 'yyyy') d, to_char(trunc(date_, 'year'), 'yyyy') r
from EL_ENREGISTREMENT_COMPTABLE
This is the result :

How to order the list chronologically ?
Best regards.