mysql - How to optimize double select query -


select  `id`, `field2`, `field3`, `field4` title `articles`  `category_id` = 'x'  , `id` not in  (select `articleid` `article-seen` `userid` = 'y') 

how can optimize this? think double select bad, im new mysql

try using join same result makes query looks simpler


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -