I want to find the first and the last occurrences of a specific character inside a string. As an example, consider a string named \"2010-####-3434\", and suppose the charact
My example:
reverse(substr(reverse(newvalue),0,strpos(reverse(newvalue),',')))