• 回答数

    7

  • 浏览数

    162

翔雨lollipop
首页 > 论文问答 > sql语句查重

7个回答 默认排序
  • 默认排序
  • 按时间排序

天使宝贝的

已采纳
我的想法是比较count(列)和count(distinct 列)是否相等。不知道大家有没有更好的方法。
262 评论

张小电1301

323 评论

张先生899547

你的图中post_content全一样,post_title有两种,这算不算重复呀?我按post_content重复就查找出来。查重:select post_content,post_title from wp_posts group by post_content having count(post_content)>1删除要先将数据查询到临时表中,然后将原表清空,在追加回来。

295 评论

小白兔QUEEN

使用临时表求出重复记录select userid from t_name group by userid having count(*) > 1求出不重复记录select distinct * into #a1 from t_name where userid in select userid from t_name group by userid having count(*) > 1删除重复记录从#a1取出不重复记录

226 评论

斗真山下

SELECT *, count(*) AS CCCFROM 表明GROUP BY 字段ORDER BY CCC DESC

312 评论

pinkyoyo0403

你表里就俩字段的话不太好弄,如果有第三个字段select post_content,post_title from wp_posts group by post_content,post_title having count(*)>1先看看有多少重复的假设你表中还有id的一个字段select min(id),post_content,post_title from wp_posts group by post_content,post_title这些选出来后你看看这些是否可以不删除然后delete from wp_posts where id not in (select min(id) from wp_posts group by post_content,post_title) 没懂你补充的那句话是什么意思 那就是你上边的图里,你要把第一条和第三条删除呗?还有你问的那个字符集的问题,是瑞典,不是雅典

130 评论

羋修羋修

select * from table1 b where bill_id=(select top 1 bill_id from table1 a where exists(select top 1 column1 from table1 where column1=lumn1 group by column1 having count(*)>1 order by column1) and lumn1=lumn1) order by column1SQL语句查询有部份字段重复的第一条数据

191 评论

相关问答

  • 查重的系统自动生成语句

    1、在知网查重系统中有一个对比库,上传进行检测的论文内容都会与对比库中的资料进行对比来检测论文内容是否抄袭,这个对比库是由国家专门指定的来源基本上都是一些中国的

    家装e站重庆站 3人参与回答 2023-12-06
  • sql数据库数据查重

    selectid,name,memofromAwhereidin(selectidfromAgroupbyidhavingcount(1)>=2)1查询 abc

    Doubleflower 6人参与回答 2023-12-05
  • 怎么在word里查重语句

    在word里查重的具体操作步骤如下:1、首先打开word文档,点击开始选项卡,点击打开右上角的【查找和替换】窗口。2、鼠标单击【查找内容】文本框,输入你要查找的

    CamillaGao 3人参与回答 2023-12-07
  • sql字段查重

    select * from shiyan003 a where exists (select 1 from (select xm, sfzh

    鲜嫩的小豆芽 6人参与回答 2023-12-06
  • 查重语句怎么改

    论文查重后怎么修改更好?当我们查重之后会有一份论文查重报告生成,我们打开在线报告页面后,然后用鼠标点击红色或黄色的句子,右侧就会给出相应的重复来源以及修改词的建

    末末很烦躁 4人参与回答 2023-12-08