SELECT user_name
FROM user
WHERE user_registration BETWEEN '20241105' AND... |
4 months ago |
SELECT user_name
FROM user
WHERE user_registration > 20240100000000
AND... |
4 months ago |
SELECT user_name
FROM user
WHERE user_registration > 20240000000000
AND... |
4 months ago |