Is it possible to retrieve the difference between 2 strings using Bigquery functions.
Example.
String 1: "Hello world"
String 2: "Hello big world"
Result expepected: "big"
Thanks
Is it possible to retrieve the difference between 2 strings using Bigquery functions.
Example.
String 1: "Hello world"
String 2: "Hello big world"
Result expepected: "big"
Thanks
Copyright © 2021 Jogjafile Inc.
try the following:
this approach splits the second string into an array and compares it against the values in string_1.