Query Run
desc user; select user_name, user_editcount from user where user_editcount... 1 year ago
desc user; select user_name, user_editcount from user where user_editcount... 1 year ago
desc user; select user_name, user_editcount from user where user_editcount >3000; 1 year ago
desc user; select user_name, user_editcount from user where user_editcount... 1 year ago
desc user; select user_name from user where user_editcount >3000 1 year ago
desc user; 1 year ago
desc user_properties; select * from user_properties where up_user < 100; 1 year ago
desc user_properties; 1 year ago
desc user_properties; select * from user_properties where up_property.gender... 1 year ago
select * from user_properties where up_property.gender = 'male'; 1 year ago
select * from user_properties where up_property gender = 'male'; 1 year ago
select * from user_properties where up_property ='male'; 1 year ago
select * from user_properties where up_user=5; select count(up_user) from... 1 year ago
select * from user_properties where up_user=5; select count(up_user) from... 1 year ago
select * from up_properties where up_user=5; select count(up_user) from... 1 year ago
select count(up_user) from user_properties where up_property ="male"; 1 year ago
select count(up_user) from user_properties where up_property =male; 1 year ago
select count from user_properties where up_property =male; 1 year ago
select * from user_properties where up_property =NULL; 1 year ago
select * from user_properties where up_property ="male"; 1 year ago
select * from user_properties where up_property gender="male"; 1 year ago
select * from user_properties where up_user=5; 1 year ago
desc user_properties; 1 year ago
show tables; 1 year ago
desc user_property; 1 year ago
desc user_Property; 1 year ago