Mysql – SQL SELECT DATE Between
I started to SET my dates to (%d. %M %Y). But now I cant find them with: SELECT value FROM _data WHERE dates >= "01. October 2012" AND <= "01. December 2016" The default DATE_FORMAT was YYYY-MM-DD hh:mm:ss.000 before the…