I have 3 tables
-articles (aprox. 25.000 rows)
-corr (aprox. 400.000 rows)
-types (aprox. 4.000 rows)
I have to combine articles.id with types.idlink
corr holds the correlation between them artid and typeid
so if the type is given, I want to check out the matchid article-ids and select them out of article.
This should run with one single query under mysql 3.23.55
-articles (aprox. 25.000 rows)
-corr (aprox. 400.000 rows)
-types (aprox. 4.000 rows)
I have to combine articles.id with types.idlink
corr holds the correlation between them artid and typeid
so if the type is given, I want to check out the matchid article-ids and select them out of article.
This should run with one single query under mysql 3.23.55