Query Run
select * from user_properties where up_user='1234'; 1 year ago
select * from user_properties where up_user='123'; 1 year ago
select * from user_properties where up_user='12'; 1 year ago
select * from user_properties where 'user_id'='123'; 1 year ago
select * from user_properties where user_id='123'; 1 year ago
select * from user where user_id='123'; 1 year ago
select * from user where 'user_id'='123'; 1 year ago
select * from user where 'user_id'='1'; 1 year ago
select * from user where 'name'='peter'; 1 year ago
select * from user where 'name'='a'; 1 year ago
select * from user where 'name'='admin'; 1 year ago
select * from user where 'name'='jens'; 1 year ago
select * from user where 'name'=jens; 1 year ago
select * from user where 'name'=jens; 1 year ago
select * from user where name=jens; 1 year ago
select * from user where id=1; 1 year ago
select * from user; 1 year ago
select * frum user; 1 year ago