Hi
Can anyone let me know how I can achieve this
I have a column Bus_name varchar(55) in which some names have commas in them , they need to be removed while doing a select on the column
example
Bus_name
Shapiro,company,inc
Lincoln,Abraham,inc
Kegs Bar and grill,inc
output needed
Bus_name
Shapiro company inc
Lincoln Abraham inc
Kegs Bar and grill inc
Appreciate your help
Forums: