MSSQL Server
1 TopicCombining 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'345Views0likes0Comments