'Recursive select with filter on child
I have a parent table that is CUSTOMER and a child table that is ORDERS. I need to select all the orders for all the customers that have ORDER DATE >= parameter. For example if customer 1 have 3 orders and only one has order date >= paramter, I have to select all 3 orders.
Thank you
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
