matcathy
Nov 23rd, 1999, 12:46 PM
Given two dates, start_date and end_date.
How can I retrieve all records from the database, a create_date attribute is specified in the table, that are within the given date interval?
e.g.
start_date = "8/13/1999"
end_date = "11/12/1999"
records to retrieve should be in the range of the two given date.
Thanks.
How can I retrieve all records from the database, a create_date attribute is specified in the table, that are within the given date interval?
e.g.
start_date = "8/13/1999"
end_date = "11/12/1999"
records to retrieve should be in the range of the two given date.
Thanks.