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
Post a Comment