SQL Oracle toma solo los últimos resultados

select * from table_name ORDER BY primary_id DESC FETCH FIRST 1 ROWS ONLY;
Jimmy McGill