SQL Date
Posted: Thu Jan 29, 2004 11:37 pm
What is the SQL Statement for searching a record in between two dates? Thank You!
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
SELECT date FROM table WHERE date BETWEEN '$start_date' AND '$end_date'