delete FROM snapshots WHERE host IN ( SELECT DISTINCT host FROM snapshots WHERE error LIKE 'robots.txt%' ) AND url LIKE 'gemini://' || host || '/%';