Tag Archives: errors

Subquery Problems in mySQL

I’m having trouble selecting data for a web-based application. There are three tables, Articles, Keywords and KeywordsInArticle. There is a many-to-many relationship between the articles and keywords, which is handled by the piggy-in-the-middle KeywordsInArticle table. So, if we have the … Continue reading

Posted in development | Tagged , , , | 2 Comments