Hi,
I am using php to read from database with ODBC connection, this database has a table called "requests" this table has a date column called "req_date", I need a sql statement that return all records that between two dates.
Note that the date column is in Date Type.
Thank you.