Skip to content

Instantly share code, notes, and snippets.

@mattbrailsford
Last active August 24, 2016 15:45
Show Gist options
  • Save mattbrailsford/81a23afe23de1c685699ff439fda261c to your computer and use it in GitHub Desktop.
Save mattbrailsford/81a23afe23de1c685699ff439fda261c to your computer and use it in GitHub Desktop.
SELECT [title], [created], [replies], [answer]
FROM [forumTopics]
WHERE [created] BETWEEN '2015-08-01 00:00:00' AND '2016-07-31 23:59:59'
AND [isSpam] = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment