I have a table index looks like that:
k__Bacteria;p__Spirochaetes
k__Bacteria;p__Acidobacteria
k__Bacteria;p__Actinobacteria
k__Bacteria;p__Armatimonadetes
...........
I want to delete every word that come before the "" ('k_Bacteria;p') So that I have only the words "Spirochaetes", "Actinobacteria" and so forth.
how can I do it?
TNX!