missing cast to make union work
This commit is contained in:
parent
c8e4c88074
commit
70cf3ce312
1 changed files with 3 additions and 3 deletions
|
|
@ -128,9 +128,9 @@ with
|
|||
select
|
||||
vr.id_verification_request,
|
||||
vr.uuid_verification_request,
|
||||
null as id_verification_set,
|
||||
null as id_superhog_verified_set,
|
||||
null as id_payment_validation_set,
|
||||
cast(null as bigint) as id_verification_set,
|
||||
cast(null as bigint) as id_superhog_verified_set,
|
||||
cast(null as bigint) as id_payment_validation_set,
|
||||
vr.id_user_guest,
|
||||
vr.id_user_host,
|
||||
b.id_booking,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue