I\'ve got a table field membername which contains both the last name and the first name of users. Is it possible to split those into 2 fields memberfirst<
membername
memberfirst<
mysql 5.4 provides a native split function:
SPLIT_STR(, '', )