“INSERT INTO wenuan.dt_health_manage_accounttype_menu (accounttype_id, menu_id, menu_type, cost_free_st, update_tm, create_tm) VALUES(308, 36, 2, 0, '2023-05-20 14:33:32', '2023-05-19 13:41:25'); INSERT INTO wenuan.dt_health_manage_accounttype_menu (accounttype_id, menu_id, menu_type, cost_free_st, update_tm, create_tm) VALUES(308, 41, 2, 0, '2023-05-20 14:33:32', '2023-05-19 13:41:25'); INSERT INTO wenuan.dt_health_manage_accounttype_menu (accounttype_id, menu_id, menu_type, cost_free_st, update_tm, create_tm) VALUES(308, 26, 2, 0, '2023-05-20 14:33:32', '2023-05-19 13:41:25'); INSERT INTO wenuan.dt_health_manage_accounttype_menu (accounttype_id, menu_id, menu_type, cost_free_st, update_tm, create_tm) VALUES(308, 28, 2, 0, '2023-05-20 14:33:32', '2023-05-19 13:41:25'); INSERT INTO wenuan.dt_health_manage_accounttype_menu (accounttype_id, menu_id, menu_type, cost_free_st, update_tm, create_tm) VALUES(308, 29, 2, 0, '2023-05-20 14:33:32', '2023-05-19 13:41:25'); INSERT INTO wenuan.dt_health_manage_accounttype_menu (accounttype_id, menu_id, menu_type, cost_free_st, update_tm, create_tm) VALUES(308, 30, 2, 0, '2023-05-20 14:33:32', '2023-05-19 13:41:25'); INSERT INTO wenuan.dt_health_manage_accounttype_menu (accounttype_id, menu_id, menu_type, cost_free_st, update_tm, create_tm) VALUES(308, 35, 2, 0, '2023-05-20 14:33:32', '2023-05-19 13:41:25'); INSERT INTO wenuan.dt_health_manage_accounttype_menu (accounttype_id, menu_id, menu_type, cost_free_st, update_tm, create_tm) VALUES(308, 39, 2, 0, '2023-05-20 14:33:32', '2023-05-19 13:41:25'); INSERT INTO wenuan.dt_health_manage_accounttype_menu (accounttype_id, menu_id, menu_type, cost_free_st, update_tm, create_tm) VALUES(308, 44, 2, 0, '2023-05-20 14:33:32', '2023-05-19 13:41:25');”帮我将引号中的308 分别替换成 405,328,428,368,468,338,438输出
时间: 2024-02-03 18:12:51 浏览: 73
Sure! 以下是替换后的语句:
```
INSERT INTO wenuan.dt_health_manage_accounttype_menu (accounttype_id, menu_id, menu_type, cost_free_st, update_tm, create_tm) VALUES(405, 36, 2, 0, '2023-05-20 14:33:32', '2023-05-19 13:41:25');
INSERT INTO wenuan.dt_health_manage_accounttype_menu (accounttype_id, menu_id, menu_type, cost_free_st, update_tm, create_tm) VALUES(328, 41, 2, 0, '2023-05-20 14:33:32', '2023-05-19 13:41:25');
INSERT INTO wenuan.dt_health_manage_accounttype_menu (accounttype_id, menu_id, menu_type, cost_free_st, update_tm, create_tm) VALUES(428, 26, 2, 0, '2023-05-20 14:33:32', '2023-05-19 13:41:25');
INSERT INTO wenuan.dt_health_manage_accounttype_menu (accounttype_id, menu_id, menu_type, cost_free_st, update_tm, create_tm) VALUES(368, 28, 2, 0, '2023-05-20 14:33:32', '2023-05-19 13:41:25');
INSERT INTO wenuan.dt_health_manage_accounttype_menu (accounttype_id, menu_id, menu_type, cost_free_st, update_tm, create_tm) VALUES(468, 29, 2, 0, '2023-05-20 14:33:32', '2023-05-19 13:41:25');
INSERT INTO wenuan.dt_health_manage_accounttype_menu (accounttype_id, menu_id, menu_type, cost_free_st, update_tm, create_tm) VALUES(338, 30, 2, 0, '2023-05-20 14:33:32', '2023-05-19 13:41:25');
INSERT INTO wenuan.dt_health_manage_accounttype_menu (accounttype_id, menu_id, menu_type, cost_free_st, update_tm, create_tm) VALUES(438, 35, 2, 0, '2023-05-20 14:33:32', '2023-05-19 13:41:25');
INSERT INTO wenuan.dt_health_manage_accounttype_menu (accounttype_id, menu_id, menu_type, cost_free_st, update_tm, create_tm) VALUES(405, 39, 2, 0, '2023-05-20 14:33:32', '2023-05-19 13:41:25');
INSERT INTO wenuan.dt_health_manage_accounttype_menu (accounttype_id, menu_id, menu_type, cost_free_st, update_tm, create_tm) VALUES(468, 44, 2, 0, '2023-05-20 14:33:32', '2023-05-19 13:41:25');
```
阅读全文