Untitled
unknown
plain_text
2 years ago
230 B
35
Indexable
SELECT DISTINCT title FROM stackoverflow.posts WHERE title IS NOT NULL AND user_id IN ( SELECT COUNT(DISTINCT u.id) FROM stackoverflow.users AS u JOIN stackoverflow.badges As b ON u.id=b.id WHERE reputation >= 1000);
Editor is loading...