Is there an example somewhere with code for "select from my_table" where the column contains a date range (select from my_table where date is between user-specified dates). My table is a log table (with columns containing date, user agent, referrer, etc.). I'm asking if there is an example somewhere because I also need the code for a select menu. Thanks