Forum Discussion
Testbot1
Aug 22, 2023Copper Contributor
Combining names in SQL
I have a report I'm working on in power BI and I would like to combine Samantha Marshall who is now now Samantha Murphy. What is the query I should write?
-->I tried the following with no luck
Update [Table name]
Set created_by = 'Samantha Murphy'
where created_by = 'Samantha Marshall'
No RepliesBe the first to reply