Need some help with a MySQL subquery count
- by Ferdy
I'm running into my own limits of MySQL query skills, so I hope some SQL guru can help out on this one. The situation is as follow:
I have images that can be tagged. As you might expect this is stored in three tables:
Image
Tag
Tag_map (maps images to tags)
I have a SQL query that calculates the related tags based on a tag id. The query…