Salut bon juste un petite question, je veux faire une requete du genre select truc from bidule where truc2 IN (select truc2 from bidule2 where...)
Mon pb est que j'ai une erreur et que je ne l'a comprends pas alors voila mon code + erreur mysql :
SELECT nom
FROM table1
WHERE prenom = 'TOTO' AND id
IN (
SELECT id
FROM table2
WHERE entreid = '13'
) LIMIT 0, 30
MySQL a répondu:
#1064 - You have an error (…)
Forum Programmation.php Mysql requete In
18
mai
2005