I have written this SQL:
SELECT * from ( SELECT id, name, registration_date FROM public.users WHERE users.registration_date > (SELECT registration_date FRO