I'm working with Big Query and I have a record field 'funnels_informations' containing two subfields: 'partnership_title' and 'voucher_code'.
I want to have the first non-null value of partnership_title and the corresponding value of voucher_code.
For example here, I want to have partnership_title=indep and voucher_code=null:
Any solution please?
Thanks in advance.



