Untitled

mail@pastecode.io avatar
unknown
plain_text
8 months ago
149 B
0
Indexable
Never
SELECT title 
FROM stackoverflow.posts p
JOIN stackoverflow.badges b ON p.user_id = b.user_id
WHERE title IS NOT NULL 
HAVING COUNT(b.id) > 1000;