I have used a replace statement to I have @@@ after the name of the customer
MR@BOB@REED@@@@@@@@@@@@@@@@@@@@@@@
I now want to get rid of the @ after reed.
I tried:
select RTRIM(Name2,'@')
But I get the error
The rtrim function requires 1 argument(s).
In above query, ‘Name2’ is the name of the column and table is the name of the ‘table’ containing that column.