G
Guest
Hopefully a simple question:
I am trying to return only the left hand charachters in a string before the
first space. In excel I can do this using LEFT(string,FIND(" ",string)-1). I
know I can use LEFT in SQL but is there a similar FIND function??
Thanks
DN
I am trying to return only the left hand charachters in a string before the
first space. In excel I can do this using LEFT(string,FIND(" ",string)-1). I
know I can use LEFT in SQL but is there a similar FIND function??
Thanks
DN