Well, I have a table and in it a field called cargo
and its value can be repeated, for example, the position teacher. In my HTML
I'm setting a <select>
when I retrieve the value of this field, but due to the value of it being repeated it shows several times the word teacher or any other that repeats in the table, logical. I would like to know if there is any way to "filter" and extract only one value from these repeats?