i want to display all the dates that fall in a certain date range like
select * from table where column names <'certain date'
i have tried select * from table where columns<'certain date' but it doesn't work. The Type of these columns is of date type