SELECT count(*) from urls where id not in (select distinct url_id from images where site='xx' and kind='image') and site='xx' and kind='detail' and success=1
sql语句有没有怎么优化的空间,这条语句在我这里执行是死机

最新推荐文章于 2024-08-02 13:29:08 发布

SELECT count(*) from urls where id not in (select distinct url_id from images where site='xx' and kind='image') and site='xx' and kind='detail' and success=1