- SELECT COUNT (pt.type)
- FROM stackoverflow.post_types AS pt
- INNER JOIN stackoverflow.posts AS p ON pt.id=p.id
- WHERE pt.type = 'Question' AND (score > 300 OR favorites_count>=100);
Title | Name | Language | When |
---|---|---|---|
Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re | Sweltering Dove | text | 4 Months ago. |