blank query |
10 months ago |
Select * from user_properties
where up_user =97
|
10 months ago |
Select * from user_properties
where up_user =105586
|
10 months ago |
Select * from user_properties
where up_user =105587
|
10 months ago |
Select * from user_properties
where
and up_user =105587
|
10 months ago |
Select * from user
where
user_name ="Divya4232"
|
10 months ago |
Select * from user_properties,user
where
up_user=user_id
and user_name ="Divya4232"
|
10 months ago |
Select * from user
where user_name ="Divya4232"
|
10 months ago |
Select user_name,up_property,up_value from user_properties,user
where... |
10 months ago |
Select user_name,up_property,up_value from user_properties,user
where... |
10 months ago |
Select user_name,up_property,up_value from user_properties,user
where... |
10 months ago |
Select user_name,up_property,up_value from user_properties,user
where... |
10 months ago |
Select * from user_properties,user
where user_name in ("V Bhavya","Divya4232")
|
10 months ago |
Select * from user_properties,user
where up_property="gender"
and... |
10 months ago |
Select * from user_properties
where up_property="gender"
and... |
10 months ago |
Select * from user_properties
limit 10 |
10 months ago |
Select * from user_properties
where up_property="gender"
and up_value=1
limit 10 |
10 months ago |
Select * from user_properties
where up_property="gender"
and up-value=1
limit 10 |
10 months ago |
Select * from user_properties
where up_property="female"
limit 10 |
10 months ago |
Select * from user_properties
limit 10 |
10 months ago |