Hi
Hoping someone can help out.
p.expenditure_ending_date >= 2010-06-10' AND p.expenditure_ending_date <= '2010-06-10'
I would like to know what data range the above would pick up.
Wouldn't the AND pick up anything that is >= 2010-06-10 as well as anything that is <= 2010-06-10. Which means that it is picking up everything?
Thanks.
Hoping someone can help out.
p.expenditure_ending_date >= 2010-06-10' AND p.expenditure_ending_date <= '2010-06-10'
I would like to know what data range the above would pick up.
Wouldn't the AND pick up anything that is >= 2010-06-10 as well as anything that is <= 2010-06-10. Which means that it is picking up everything?
Thanks.