Hi,
I have a table with a date field (suppose invoice_date).
I want to see all invoices in a given date range.
Good so far, I can use BETWEEN.
What if I want to let users to be able to skip entering Start Date or End Date or even both? If Start Date isn't entered as a parameter and End Date...