Could you please help me understand why PHP MyAdmin displays the following communicate
//
#4078 - Illegal parameter data types int and row for operation '='
//
while I am trying to enable the subquery:
SELECT * FROM `user_details`
WHERE user_id = ( select * FROM user_details where user_details.status = 102 )
Thanks a lot!