Hi everybody I need done help with this issue.
Example myDb tabele name people
ID name Sex
3 Adam Smith M
5 Sonia Kolan F
3 Donald Smith M
Select id, name from people where name LIKE ‚%Smith%’;
Result
Id Name
3 Adam Smith
3 Donald smith
My question is how to transform my result of col name to this view
Id name
3 Smith
3 Smith
I want too see in col name Expresion from like statement