摘要:
不能执行:update bi_data.order_all_detailset err_msg='同时存在于wx,zfb平台',proc_time=now()where order_no in( select order_no from bi_data.order_all_detail group 阅读全文
posted @ 2021-12-01 11:20
xiaoyongdata
阅读(285)
评论(0)
推荐(0)
摘要:
背景:某个字段的数据中是JSON,需要提取其中的卡号部分,如: {"objType":"WARE","orderId":6771254073665082371,"values":["D3252","",""]} 需要提取其中的:D3252 示例如下: select json_extract(x,'$ 阅读全文
posted @ 2021-12-01 09:24
xiaoyongdata
阅读(273)
评论(0)
推荐(0)