jenslm: Join statt PHP

Beitrag lesen

also ich hab mich nochmal damit beschaeftigt und in soweit gekommen:

tabelle article:

id  |  article
-------------------
1   |  beispieltext
-------------------
2   |  infotext
-------------------

tabelle article_whereto:

id  |  mid  |  type
-------------------
1   |  1    |  test
-------------------
2   |  2    |  test

SELECT * FROM article INNER JOIN article_whereto ON article.id = article_whereto.mid WHERE article_whereto.type = 'test'

funktioniert aber nicht was hab ich falsch gemacht?
lg