Hi people!!!
I have a tble who have a date field (name’s field: renovation), I want know the renovation dates between two dates, example.
I have a record with the renovation field: 2007-03-01
I Use the follow string:
SELECT * FROM table_name WHERE ‘renovation’ BETWEEN (‘2007-01-01’) and (‘2007-10-01’)
The query don’t show any error, but don’t select the record.
Where is my error?
From now, thank you very much for any help.