add notes
This commit is contained in:
parent
e84294c4b7
commit
6d734cc398
1 changed files with 3 additions and 1 deletions
|
|
@ -24,10 +24,12 @@ select
|
||||||
vpt.verification_payment_type,
|
vpt.verification_payment_type,
|
||||||
p.amount,
|
p.amount,
|
||||||
p.currency,
|
p.currency,
|
||||||
ps.payment_status
|
ps.payment_status,
|
||||||
|
p.notes
|
||||||
from stg_core__verification_to_payment vtp
|
from stg_core__verification_to_payment vtp
|
||||||
left join stg_core__payment p on vtp.id_payment = p.id_payment
|
left join stg_core__payment p on vtp.id_payment = p.id_payment
|
||||||
left join
|
left join
|
||||||
stg_core__verification_payment_type vpt
|
stg_core__verification_payment_type vpt
|
||||||
on vtp.id_verification_payment_type = vpt.id_verification_payment_type
|
on vtp.id_verification_payment_type = vpt.id_verification_payment_type
|
||||||
left join stg_core__payment_status ps on p.id_payment_status = ps.id_payment_status
|
left join stg_core__payment_status ps on p.id_payment_status = ps.id_payment_status
|
||||||
|
where vtp.updated_at_utc > '2024-01-01'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue