hi guys, ive been trying to extract names from email address field.
if i have emails like these:
adam.peter@yah123.com
esther.oliver@test678.com
.
.
.
how to i write a sql to make it to look like this:
adam peter
esther oliver
i been using replace,trim functions but it only gets me so far of eliminating the '@' sign.
any ideas guys?
thanks
if i have emails like these:
adam.peter@yah123.com
esther.oliver@test678.com
.
.
.
how to i write a sql to make it to look like this:
adam peter
esther oliver
i been using replace,trim functions but it only gets me so far of eliminating the '@' sign.
any ideas guys?
thanks