Q&A for programmers
select p.Id as [Post Link], p.Score, p.ViewCount, p.OwnerUserId as [User Link], p.CreationDate, p.LastEditDate from Posts p left join PostTags pt on p.Id = pt.PostId left join Tags t on pt.TagId = t.Id where postTypeId = 1 and tagName = ##tag:string## order by ViewCount desc;
Error: looks like you typed in the wrong words - try again