Skip to content

Instantly share code, notes, and snippets.

@atopal
Created October 19, 2012 14:36
Show Gist options
  • Save atopal/3918537 to your computer and use it in GitHub Desktop.
Save atopal/3918537 to your computer and use it in GitHub Desktop.
all questions from 2012-10-09 till 2012-10-12 without answers by the end of 2012-10-11
SELECT DISTINCT `questions_question`.`id`, `questions_question`.`title`, `questions_question`.`content`
FROM `questions_question`
WHERE `questions_question`.`created` BETWEEN '2012-10-09 0' AND '2012-10-12 0'
`questions_question`.`last_answer_id` IS NULL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment