关于sql更新最后一个逗号的去除或则最后的and的去除
程序员文章站
2022-04-11 08:53:24
去除最后的逗号substr_replace($update_sql ,"",-1);去除最后的and substr_replace($update_sql ,"",-3); ......
去除最后的逗号
substr_replace($update_sql ,"",-1);
去除最后的and
substr_replace($update_sql ,"",-3);