Hello,
I have a database of names , and I want to split them into first and last names.
My criteria , is that everything before the first space will be the firstname and the remainder will be the lastname.
Can someone direct me which string manipulation functions i should be using.
Thanks,
