insert into a ( 名称, 科目, 成绩 ) select 名称, 科目, 成绩 from b where 成绩 > 60
insert into插入表,插入多条数据,sql插入表,插入多条数据,数据库插入表,插入多条数据...

最新推荐文章于 2024-07-29 03:46:25 发布

insert into a ( 名称, 科目, 成绩 ) select 名称, 科目, 成绩 from b where 成绩 > 60