SQL-query (not working)
Shouldn't this work?SELECT * FROM personuppgifter p
WHERE p.ID = (SELECT DISTINCT ID FROM kontakt k WHERE k.kommentar LIKE '%hej%') ;
Why doesn't it??
Everytime I try different ways to have a query within a query I get an error o_O
I've looked in the manual for MYSQL and it should work, WHAT'S WRONG!?