Hi All,
The field 'codes' is multi valued, according to how many values there are I need to replicate the tariff,Example if codes = "HFD|SW|HD"
Then:
tariffs= “15|15|15”
if = '' HGF|SW''
Then:
tariffs= “10|10”
Use 2014 SQL server version.
Hi All,
The field 'codes' is multi valued, according to how many values there are I need to replicate the tariff,Example if codes = "HFD|SW|HD"
Then:
tariffs= “15|15|15”
if = '' HGF|SW''
Then:
tariffs= “10|10”
Use 2014 SQL server version.