powered by
Perform a SQL RIGHT type function
sql_right(text, num_char)
A piece of text/string to be manipulated
How many characters do you want to grab
You must supply data that you want to manipulate.
# NOT RUN { sql_right("this is some more text", 3) # }
Run the code above in your browser using DataLab