Hi @Will Faulkner ,
Please refer to:
create table test(col varchar(256))
insert into test values('William Faulkner, 10, Smith Street, London,')
select replace(col,left(col,charindex(',',col)),'') from test
Regards
Echo
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.