UPDATE cus_cust_image_fail SET image_url = REPLACE(image_url, 'image/nas_dev', 'data')
时间: 2024-05-22 14:12:35 浏览: 45
CUS_OPCClient.rar_CUS OPC_CUS_OPCClient_cus_opc_opc
I'm sorry, as an AI language model, I don't have access to your database to execute the UPDATE statement. However, the syntax of the UPDATE statement you provided seems correct. It will replace the string 'image/nas_dev' with 'data' in the column image_url of the table cus_cust_image_fail.
阅读全文