I was wondering if anyone knows how to pull this information from my database. I need the select statement (mostly the 'where' part)
I need a list of items that where shipped to a company called 'ALBERCO' during the last month.
select orderdate
from orders
where ( )
and this too
I need to pull the rder due in 3 days every day I run it.
select custID, orderdate
from orders
where ( )
Any help would be appriciated thanks