Created
October 19, 2012 14:36
-
-
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
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 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