Test / error image:
I just want to fetch the data between one date and another, using:
SELECT * FROM tblTRAZA
WHERE FECMOV >= '2013-01-03'
AND FECMOV <= '2013-01-09';
But I already tried other date formats to query as yyyy/mm/dd
, I tried to use only the date without the hours, and as in the image, I tried to use a specific date that I had already registered, but this error persecutes me. Is it possible that I have to change the structure of the table date?