Skip to content

Instantly share code, notes, and snippets.

@homam
Created September 21, 2015 22:54
Show Gist options
  • Select an option

  • Save homam/910b5e68a2d561e71501 to your computer and use it in GitHub Desktop.

Select an option

Save homam/910b5e68a2d561e71501 to your computer and use it in GitHub Desktop.
select TagId, Count (*) as Count from PostTags
where PostId > 31938184
group by TagId
select top 1 * from Posts
where CreationDate > '2015-01-02'
order by Id
select top 1 * from Posts
where CreationDate > '2015-02-01'
order by Id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment