SQL/DB Error -- [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND t2.`status` = 'verified'' at line 1]
SELECT t1.`storeId` FROM `user_verified_store` t1 LEFT JOIN `verification_store_request` t2 ON ( t2.`id` = t1.`verificationRequestId` ) WHERE t1.`userId` = AND t2.`status` = 'verified'
SQL/DB Error -- [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and tableId = 5 and type='LOVE' LIMIT 1' at line 1]
select count(*) as number FROM votes WHERE userId= and tableId = 5 and type='LOVE' LIMIT 1
SQL/DB Error -- [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and tableId = 5 and type='HATE' LIMIT 1' at line 1]
select count(*) as number FROM votes WHERE userId= and tableId = 5 and type='HATE' LIMIT 1
SQL/DB Error -- [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') or (f.friendId=u.userId and f.userId=) ) LIMIT 1' at line 1]
select count(*) as number FROM friends f,couponUsers u WHERE u.memberStatus!='NIPSA' and u.memberStatus!='Disable' and ( (f.userId=u.userId and f.friendId=) or (f.friendId=u.userId and f.userId=) ) LIMIT 1