Hi,
I have a list of value (strings, with a comma between the words to separate them), and for each words of this list I would like to know if it is in another list (built in the same way). Is there a simple way to do that in Pl sql ?
list1:='NUM_FOURN,NUM_PDV,COD_VAT'
list2:='NUM_PDV,COD_VAT'
I want to know which elements of list1 is in list2
Hugues
I have a list of value (strings, with a comma between the words to separate them), and for each words of this list I would like to know if it is in another list (built in the same way). Is there a simple way to do that in Pl sql ?
list1:='NUM_FOURN,NUM_PDV,COD_VAT'
list2:='NUM_PDV,COD_VAT'
I want to know which elements of list1 is in list2
Hugues