fixed call
This commit is contained in:
parent
03bbf54e14
commit
68c21458c2
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ with
|
||||||
partition by id_booking, service_name
|
partition by id_booking, service_name
|
||||||
order by service_detail_updated_at_utc desc -- Prioritize the most recent date
|
order by service_detail_updated_at_utc desc -- Prioritize the most recent date
|
||||||
) as row_num
|
) as row_num
|
||||||
from expanded
|
from expanded_booking_services
|
||||||
),
|
),
|
||||||
unnested_booking_services as (
|
unnested_booking_services as (
|
||||||
select id_booking, service_name, service_status
|
select id_booking, service_name, service_status
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue