INSERT INTO item_roles (item_id,role_id,created_at) SELECT 66, role_id,now() FROM item_roles where item_id = 22;
insert into table 多条数据插入
阅读 49
2022-10-25
INSERT INTO item_roles (item_id,role_id,created_at) SELECT 66, role_id,now() FROM item_roles where item_id = 22;
相关推荐
精彩评论(0)