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