instr 函数从后往前计数 instr(spell,' ',-1)

update CY set last=substr(spell,instr(spell,' ',-1));

原文地址:https://www.cnblogs.com/mol1995/p/10534894.html