A SELECT statement for Mysql
- by Hossein
I have this table:
id,bookmarkID,tagID
I want to fetch the top N bookmarkIDs for a given list of tags.
Does anyone know a very fast solution for this? the table is quite large(12 million records)
I am using MySql