Last active
          August 24, 2016 15:45 
        
      - 
      
- 
        Save mattbrailsford/81a23afe23de1c685699ff439fda261c to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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