By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
(No column name) |
---|
Microsoft SQL Server 2022 (RTM) - 16.0.1000.6 (X64) Oct 8 2022 05:58:25 Copyright (C) 2022 Microsoft Corporation Express Edition (64-bit) on Windows Server 2019 Standard 10.0 <X64> (Build 17763: ) (Hypervisor) |
description | order_id | order_date | shipping_date | order_id | product_id | quantity |
---|---|---|---|---|---|---|
Customer orders | 1 | 2024-11-01 00:00:00.000 | 2024-11-06 00:00:00.000 | 1 | 1 | 1 |
Customer orders | 1 | 2024-11-01 00:00:00.000 | 2024-11-06 00:00:00.000 | 1 | 2 | 1 |
Customer orders | 2 | 2024-11-01 00:00:00.000 | 2024-11-06 00:00:00.000 | 2 | 1 | 2 |
Customer orders | 2 | 2024-11-01 00:00:00.000 | 2024-11-06 00:00:00.000 | 2 | 2 | 1 |
Customer orders | 3 | 2024-11-01 00:00:00.000 | 2024-11-07 00:00:00.000 | 3 | 1 | 2 |
Customer orders | 3 | 2024-11-01 00:00:00.000 | 2024-11-07 00:00:00.000 | 3 | 2 | 2 |
Customer orders | 4 | 2024-11-02 00:00:00.000 | 2024-11-07 00:00:00.000 | 4 | 2 | 2 |
Customer orders | 5 | 2024-11-02 00:00:00.000 | 2024-11-08 00:00:00.000 | 5 | 1 | 1 |
description | supply_order_id | expected_delivery | supply_order_id | product_id | quantity |
---|---|---|---|---|---|
Supply orders | 1 | 2024-11-11 00:00:00.000 | 1 | 1 | 2 |
Supply orders | 1 | 2024-11-11 00:00:00.000 | 1 | 2 | 3 |
Supply orders | 2 | 2024-11-15 00:00:00.000 | 2 | 1 | 2 |
Supply orders | 2 | 2024-11-15 00:00:00.000 | 2 | 2 | 1 |
Supply orders | 3 | 2024-11-20 00:00:00.000 | 3 | 1 | 2 |
Supply orders | 3 | 2024-11-20 00:00:00.000 | 3 | 2 | 2 |
description | order_id | product_id | matched_supply_orders | expected_delivery | expected_order_delivery_date |
---|---|---|---|---|---|
Expected results | 1 | 1 | 1 | 2024-11-11 00:00:00.000 | 2024-11-11 00:00:00.000 |
Expected results | 1 | 2 | 1 | 2024-11-11 00:00:00.000 | 2024-11-11 00:00:00.000 |
Expected results | 2 | 2 | 1 | 2024-11-11 00:00:00.000 | 2024-11-15 00:00:00.000 |
Expected results | 2 | 1 | 1,2 | 2024-11-15 00:00:00.000 | 2024-11-15 00:00:00.000 |
Expected results | 3 | 2 | 1,2 | 2024-11-15 00:00:00.000 | 2024-11-20 00:00:00.000 |
Expected results | 3 | 1 | 2,3 | 2024-11-20 00:00:00.000 | 2024-11-20 00:00:00.000 |
Expected results | 4 | 2 | 3 | 2024-11-20 00:00:00.000 | 2024-11-20 00:00:00.000 |
Expected results | 5 | 1 | 3 | 2024-11-20 00:00:00.000 | 2024-11-20 00:00:00.000 |