By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
5 rows affected
| input_date | output_date | processing_time |
|---|---|---|
| 2022-01-03 00:00:00.000 | 2022-01-03 00:00:00.000 | 0 |
| 2022-01-03 00:00:00.000 | 2022-01-06 00:00:00.000 | 3 |
| 2022-01-03 00:00:00.000 | 2022-01-11 00:00:00.000 | 8 |
| 2022-01-05 00:00:00.000 | 2022-01-10 00:00:00.000 | 5 |
| 2022-01-05 00:00:00.000 | 2022-01-15 00:00:00.000 | 10 |
| input_date | Median_Process_Time |
|---|---|
| 2022-01-03 00:00:00.000 | 3 |
| 2022-01-05 00:00:00.000 | 7.5 |