I have a table that contains a field with some values in braces, how do I exclude the chaves
and the valores
that are inside them?
Example:
cod | Movimento |
01 | Prazos {aguardando} |
Prazos {aguardando}
should come this: Prazos
. That is, remove {conteudo}
I want to delete these keys and the characters inside it. How do I do this?