SELECT user_name
FROM user
WHERE user_registration > 20150000000000 AND... |
3 years ago |
SELECT user_name, user_groups
FROM user
WHERE user_registration >... |
3 years ago |
SELECT user_name
FROM user
WHERE user_registration > 20180000000000 AND... |
3 years ago |