I have a table with a column of only dates (without the time). In an SQL statement, how would I compare the dates in the table with an inputted date.
Here's an idea of what I'm looking for
SELECT * FROM table WHERE date > (an inputted date) AND date < (an inputted date)