I have two queries I'd like to combine - and the json is kicking my butt.
The json extract below pulls a sku out of a lookup table along with the quantity ordered {"9999":2} It works fine.
If I add the 3 commented out portions, I get no results.
SELECT
`p`.`id`,
`p`.`sku`...
Here's the logic I am atempting to apply
Have a base_orders table. It contains order_date and completed (shipped)
The first part is I needed to know the number of orders that were received and shipped out on the same day, for a range of days (a week for example)
Someone was nice enough to...
subqueries with multiple date results
I am building a query that shows the number of orders received, on each date within a range of dates
Wanted: a 2nd column of orders that were shipped in full on the same day they were received.
this is what I have so far, and the results of orders in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.