A SELECT statement for Mysql

Posted by Hossein on Stack Overflow See other posts from Stack Overflow or by Hossein
Published on 2010-05-13T23:47:12Z Indexed on 2010/05/13 23:54 UTC
Read the original article Hit count: 189

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about mysql

Related posts about mysql-query