MYSQL数据库,inser into select where 语句
MYSQL数据库,同一个数据库中有两个表news和article,现在我想把表article中的字段titlecontentzznewsnfromhitsdateandt...
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 展开
我之前像下面那么写的,出错,请高手来解答!
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 展开
4个回答
展开全部
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
追问
不对哦。
追答
不知道你出现了什么错误,你仔细看看把,语法是没问题的
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你的字段都没搞出来,怎么啊,我假如你只有三个字段,一个ID,一个column1,column2吧:
Delete From table
where ID not in (Select min(iD) From Table group by column1,column2)
--有多少个字段,group by 后面加多少个,ID除外
Delete From table
where ID not in (Select min(iD) From Table group by column1,column2)
--有多少个字段,group by 后面加多少个,ID除外
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你的字段都没搞出来,怎么啊,我假如你只有三个字段,一个ID,一个column1,column2吧:
Delete From table
where ID not in (Select min(iD) From Table group by column1,column2)
--有多少个字段,group by 后面加多少个,ID除外
Delete From table
where ID not in (Select min(iD) From Table group by column1,column2)
--有多少个字段,group by 后面加多少个,ID除外
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
出错是出什么错,具体点。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询