select * from user
where user_registration > 20230101000000
and user_name... |
1 year ago |
select * from user
where user_registration > 20230901000000
and user_name... |
1 year ago |
select * from user
where user_registration > 20230901000000
limit 1
|
1 year ago |
select * from user
where user_registration > 202309010000
limit 1
|
1 year ago |