I need to export a list of all orders between dates X & Y that shows the following:
Order ID
State Shipping
Zip Shipped
Sales Tax Collected
Is there an easy query I can run to pull this information from the orders table?
The current X is January 1, 2015; the current Y is March 31, 2015.
I really only need orders shipped TO California (the only state we charge tax), but can filter this out through sorting the exported CSV list later.
Thank you!
You need two tables to get your data, here is the SQL :
few things need be care: