mysql 字符串截取、位置查询
update test2 set aaa = SUBSTRING(title, LOCATE('id=', title) + 3, (LOCATE('&prjid=', title) - LOCATE('id=', title) - 3));
update test2 set aaa = SUBSTRING(title, LOCATE('id=', title) + 3, (LOCATE('&prjid=', title) - LOCATE('id=', title) - 3));