0
(click on this box to dismiss)
Q&A for professional and enthusiast programmers
select YEAR(p.CreationDate) as Year, pt.Name, count(p.Id) as [How many posts] from Posts p join PostTypes pt on pt.Id = p.PostTypeId where p.PostTypeId in (1,2) group by YEAR(p.CreationDate),pt.Name order by Year asc
fork query
edited feb 7 17
Izabel
created mar 17 16
user2314737
Options: Text-only results Include execution plan
Switch to meta site
Hold tight while we fetch your results
Results[:current/:total] Messages Graph Execution Plan
Download CSV Download XML
:records returned in :time ms:cached