I have table in a sql table that looks like this:
column
1
2
welcome from henry
welcome from beth
welcome
3
4
How do I only edit the values that have 'Welcome from' to become only 'Welcome'?
New column:
1
2
welcome
welcome
welcome
3
4
I can not edit the table, have to do this in select statement.