blank query |
2 years ago |
blank query |
2 years ago |
select * from user_properties t1
where
up_user = 2521907
limit 10 |
2 years ago |
select * from user_properties t1
where
t1.up_property = "gender"
limit 10 |
2 years ago |
select * from user_properties t1
where
t1.up_property = "gender"
|
2 years ago |
select * from user where user_name='Alexis Jazz'
limit 10
|
2 years ago |
select user_name from user where user_name='Alexis Jazz'
limit 10
|
2 years ago |
select * from user_properties t1
limit 10
|
2 years ago |
select * from user_properties t1
where
t1.up_property = "nickname"
... |
2 years ago |