ITALIAORIANA
Technical User
Hi, I am trying to pull a query to get the right 3 characters in a field. I need to right trim the field first. What I wrote is not working. It returns blanks. I would appreciate any help with this. I've tried several variations of rtrim and right string to no avail. I eventually want to update another table field with these results.
SELECT RTRIM(RIGHT(CSCS_DESC,3) FROM CSCS_TABLE
Thanks,
Deana
SELECT RTRIM(RIGHT(CSCS_DESC,3) FROM CSCS_TABLE
Thanks,
Deana