博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
一句SQL得出表中重复的数据(TMP)
阅读量:6410 次
发布时间:2019-06-23

本文共 145 字,大约阅读时间需要 1 分钟。

None.gif
select field1 from table1 group by field1 having count(field1) 
>
 
0
得出table1表中field1字段重复的数据。
field1
112
113
124
242
113
124
得出结果为
field1
113
124

转载地址:http://wxqea.baihongyu.com/

你可能感兴趣的文章
Java中try catch finally的执行顺序问题
查看>>
asp.net core 系列 7 Razor框架路由(上)
查看>>
asp.net core系列 52 Identity 其它关注点
查看>>
BOOST.PYTHON 封装C++全面整合
查看>>
如何使用github来展示自己的网页
查看>>
XML 标记使用的特殊字符对应内置实体
查看>>
无缝链接轮播图
查看>>
字符串常用函数
查看>>
-bash: xhost: command not found
查看>>
unity3d 给游戏添加音源 Unity3d adds a sound source to the game
查看>>
内存分哪些区 C++,ios,java
查看>>
[hexo]如何更换主题、删除文章
查看>>
cinder-volume报错vmdk2 is reporting problems, not sending heartbeat. Service will appear "down".
查看>>
linux 安装jdk
查看>>
在Linux下删除文件及文件夹(rm)
查看>>
算法:快速排序
查看>>
低中高脚本算法目录
查看>>
循环和选择
查看>>
文本比较算法Ⅱ——Needleman/Wunsch算法
查看>>
idea的debug调试快捷键
查看>>