0
点赞
收藏
分享

微信扫一扫

insert into table 多条数据插入

Python芸芸 2022-10-25 阅读 49
编程语言

INSERT INTO item_roles (item_id,role_id,created_at) SELECT 66, role_id,now() FROM item_roles where item_id = 22;

举报

相关推荐

0 条评论