So I have a view that looks like the example below.
I want to be able to query it like this: SELECT * FROM myview WHERE order_date = \'2020-10-24\' and h
SELECT * FROM myview WHERE order_date = \'2020-10-24\'