select * from user
where
user_name like '%2'
and user_id >= 43960707
;
|
1 year ago |
select * from user
where
user_name like '%2'
and user_id >= 43960707
limit 1;
|
1 year ago |
select * from user
where
user_name like '%2'
and user_registration >... |
1 year ago |
select * from user
where
user_name = 'Curessager2'
and user_registration >... |
1 year ago |
select * from user
where user_name = 'Curessager2'
limit 1;
|
1 year ago |
select * from user
limit 1;
|
1 year ago |
select * from users
limit 1;
|
1 year ago |
select * from users
limit 1;
|
1 year ago |
select * from users
limit 1;
|
1 year ago |
select * from users
limit 1;
|
1 year ago |
select * from users
limit 1;
|
1 year ago |