日常正则

各位有好的常用样例,也可以评论回复噢,看到了,会更新到随笔里,期待共同创建美好码园

在线正则表达式测试地址

匹配指定字符串之前的数据

.*=
update receipt_header set returnWaybillCode='JDVE04111322979' WHERE warehouseCode='WH-TIANJIN' AND receiptType='THRK' AND sourceOrderCode='RK202201041833220001';

匹配指定字符串之间的数据

update.*=
update receipt_header set returnWaybillCode='JDVE04111322979' WHERE warehouseCode='WH-TIANJIN' AND receiptType='THRK' AND sourceOrderCode='RK202201041833220001';

上一篇:MySql 触发器update实例详情


下一篇:hashlib&logging模块