The "IN" SQL keyword in MySql doesn't seem to work, atleast not in "PhpMyAdmin".
For example
select * from customers where customer_id in(select customer_id from costumers)
doesn't work in "PhpMyAdmin".
Does someone know why, and what should I do about it?