关于sql更新最后一个逗号的去除或则最后的and的去除
程序员文章站
2022-07-02 16:31:07
去除最后的逗号substr_replace($update_sql ,"",-1);去除最后的and substr_replace($update_sql ,"",-3); ......
去除最后的逗号
substr_replace($update_sql ,"",-1);
去除最后的and
substr_replace($update_sql ,"",-3);
上一篇: python实现tcp文件下载器
下一篇: Python之Pycharm安装及介绍