I have a table within mysql with orders stored in it. I have figured out how to pull everything I need with my SELECT statment. However, I was wondering, does anyone know how to grab orders only from today or even for the week using mysql? The table does contain an “order_date” field which is populated.
Share
You can use this: