Forum Discussion

Testbot1's avatar
Testbot1
Copper Contributor
Aug 22, 2023

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

Resources