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

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -