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