last check
This commit is contained in:
parent
20a277037d
commit
50650776fc
1 changed files with 3 additions and 3 deletions
|
|
@ -47,7 +47,7 @@ select
|
||||||
pp.protection_display_name as service_name
|
pp.protection_display_name as service_name
|
||||||
from stg_core__user_product_bundle pb
|
from stg_core__user_product_bundle pb
|
||||||
inner join int_core__user_host uh on pb.id_user = uh.id_user_host
|
inner join int_core__user_host uh on pb.id_user = uh.id_user_host
|
||||||
inner join
|
inner join stg_core__protection_plan pp
|
||||||
stg_core__protection_plan pp
|
where
|
||||||
on coalesce(pb.id_protection_plan, 1) = pp.id_protection_plan
|
pb.id_protection_plan is not null
|
||||||
and pp.id_protection_plan <> {{ default_id_protection }}
|
and pp.id_protection_plan <> {{ default_id_protection }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue