"INSERT INTO wenuan.dt_health_manage_accounttype_menu(accounttype_id, menu_id, menu_type, cost_free_st)VALUES(407, 66, 1, 1); INSERT INTO wenuan.dt_health_manage_accounttype_menu(accounttype_id, menu_id, menu_type, cost_free_st)VALUES(407, 67, 1, 1); INSERT INTO wenuan.dt_health_manage_accounttype_menu(accounttype_id, menu_id, menu_type, cost_free_st)VALUES(407, 68, 1, 1);"帮我将引号中的407 分别替换成 405,427,428,467,468,437,438输出
时间: 2023-12-02 21:06:40 浏览: 268
以下为替换后的代码:
```
INSERT INTO wenuan.dt_health_manage_accounttype_menu(accounttype_id, menu_id, menu_type, cost_free_st)VALUES(405, 66, 1, 1); INSERT INTO wenuan.dt_health_manage_accounttype_menu(accounttype_id, menu_id, menu_type, cost_free_st)VALUES(405, 67, 1, 1); INSERT INTO wenuan.dt_health_manage_accounttype_menu(accounttype_id, menu_id, menu_type, cost_free_st)VALUES(405, 68, 1, 1);
INSERT INTO wenuan.dt_health_manage_accounttype_menu(accounttype_id, menu_id, menu_type, cost_free_st)VALUES(427, 66, 1, 1); INSERT INTO wenuan.dt_health_manage_accounttype_menu(accounttype_id, menu_id, menu_type, cost_free_st)VALUES(427, 67, 1, 1); INSERT INTO wenuan.dt_health_manage_accounttype_menu(accounttype_id, menu_id, menu_type, cost_free_st)VALUES(427, 68, 1, 1);
INSERT INTO wenuan.dt_health_manage_accounttype_menu(accounttype_id, menu_id, menu_type, cost_free_st)VALUES(428, 66, 1, 1); INSERT INTO wenuan.dt_health_manage_accounttype_menu(accounttype_id, menu_id, menu_type, cost_free_st)VALUES(428, 67, 1, 1); INSERT INTO wenuan.dt_health_manage_accounttype_menu(accounttype_id, menu_id, menu_type, cost_free_st)VALUES(428, 68, 1, 1);
INSERT INTO wenuan.dt_health_manage_accounttype_menu(accounttype_id, menu_id, menu_type, cost_free_st)VALUES(467, 66, 1, 1); INSERT INTO wenuan.dt_health_manage_accounttype_menu(accounttype_id, menu_id, menu_type, cost_free_st)VALUES(467, 67, 1, 1); INSERT INTO wenuan.dt_health_manage_accounttype_menu(accounttype_id, menu_id, menu_type, cost_free_st)VALUES(467, 68, 1, 1);
INSERT INTO wenuan.dt_health_manage_accounttype_menu(accounttype_id, menu_id, menu_type, cost_free_st)VALUES(468, 66, 1, 1); INSERT INTO wenuan.dt_health_manage_accounttype_menu(accounttype_id, menu_id, menu_type, cost_free_st)VALUES(468, 67, 1, 1); INSERT INTO wenuan.dt_health_manage_accounttype_menu(accounttype_id, menu_id, menu_type, cost_free_st)VALUES(468, 68, 1, 1);
INSERT INTO wenuan.dt_health_manage_accounttype_menu(accounttype_id, menu_id, menu_type, cost_free_st)VALUES(437, 66, 1, 1); INSERT INTO wenuan.dt_health_manage_accounttype_menu(accounttype_id, menu_id, menu_type, cost_free_st)VALUES(437, 67, 1, 1); INSERT INTO wenuan.dt_health_manage_accounttype_menu(accounttype_id, menu_id, menu_type, cost_free_st)VALUES(437, 68, 1, 1);
INSERT INTO wenuan.dt_health_manage_accounttype_menu(accounttype_id, menu_id, menu_type, cost_free_st)VALUES(438, 66, 1, 1); INSERT INTO wenuan.dt_health_manage_accounttype_menu(accounttype_id, menu_id, menu_type, cost_free_st)VALUES(438, 67, 1, 1); INSERT INTO wenuan.dt_health_manage_accounttype_menu(accounttype_id, menu_id, menu_type, cost_free_st)VALUES(438, 68, 1, 1);
```
阅读全文
相关推荐

















