changes tested
This commit is contained in:
parent
50650776fc
commit
d229845b00
1 changed files with 5 additions and 4 deletions
|
|
@ -47,7 +47,8 @@ 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 stg_core__protection_plan pp
|
inner join
|
||||||
where
|
stg_core__protection_plan pp
|
||||||
pb.id_protection_plan is not null
|
on pb.id_protection_plan = pp.id_protection_plan
|
||||||
and pp.id_protection_plan <> {{ default_id_protection }}
|
and pb.id_protection_plan is not null
|
||||||
|
where pp.id_protection_plan <> {{ default_id_protection }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue