Hi, guys!
I'm trying to add a new column in db table, but no success until now... this is the problem:
I have a column called "COD_EMPR" and a I need to create a column using the characters after the delimiter... For example:
COD_EMPR = 0004_0341
How can I create a column to get only the characters "0341"?