Hi,
I am new to Teradata, learning SQL queries and I have a query regarding string replacement.
for ex. if i have a table data as below:
Id, name
1 john xyz
2 john abcd
3 john abded
I want to keep the name 'john' as it is and replace the letters after space with a new name like 'Thomas' or 'steve', then how do I write a query for the same.
↧