为了账号安全,请及时绑定邮箱和手机立即绑定

MYSQL数据库,inser into select where 语句

MYSQL数据库,inser into select where 语句

眼眸繁星 2019-04-09 05:04:29
MYSQL 数据库,同一个数据库中有两个表 news和article,现在我想把表article中的字段 title content zznews nfrom hits dateandtime editor 内的值赋值给表news中的字段 title content author source hits sendtime keywords,SQL语句该怎么写?我之前像下面那么写的,出错,请高手来解答!insert into news(Title,Content,Author,Source,Hits,Sendtime,Keywords) values select title,content,zznews,nfrom,hits,dateandtime,editor from article where tjnews=0 and typeid=8
查看完整描述

2 回答

?
弑天下

TA贡献1818条经验 获得超8个赞

你的字段都没搞出来,怎么啊,我假如你只有三个字段,一个ID,一个column1,column2吧:
Delete From table
where ID not in (Select min(iD) From Table group by column1,column2)
--有多少个字段,group by 后面加多少个,ID除外

查看完整回答
反对 回复 2019-04-10
?
开满天机

TA贡献1786条经验 获得超13个赞

insert into news(Title,Content,Author,Source,Hits,Sendtime,Keywords) select title,content,zznews,nfrom,hits,dateandtime,editor from article where tjnews=0 and typeid=8

查看完整回答
反对 回复 2019-04-10
  • 2 回答
  • 0 关注
  • 664 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信