Link to home
Start Free TrialLog in
Avatar of Harreni
HarreniFlag for Saudi Arabia

asked on

Remove last comma in SQL Server column with Type Of nvarchar(Max)

Hi Experts,

I want to remove the last comma in nvarchar(Max) columns using T-SQL statement, So if the statement currently is: Banana,Orange,Apple,
the Result after applying the query will be: Banana,Orange,Apple

Thanks a lot.
Harreni
SOLUTION
Avatar of Ryan Chong
Ryan Chong
Flag of Singapore image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Harreni

ASKER

Thanks a lot Experts