Hello Everyone,
What is wrong with this query ?
Is only selecting June 17 to June 18.
Any help will be greatly appreciated, and thank you in advanceCode:SELECT myID, myDate, topic FROM myTable WHERE myDate >= '2015-06-17' AND myDate <= '2015-06-19';
Bookmarks