首页 > 数据库 > MsSQL

SQL中查找某几个字段完全一样的数据

admin MsSQL 2022-02-09 19:19:18 SQL   查找   相同"

有以下一个表

movestar(id,name,title,address),内容为:

//img.jbzj.com/file_images/article/201606/201606081037581.jpg

现在要查找所有具有相同的title和address的人

复制代码 代码如下:select star1.name,star2.name,star1.title,star1.address
from movestar as star1,movestar as star2
where star1.title = star2.title
    and star1.address = star2.address
    and star1.name < star2.name;

结果:

//img.jbzj.com/file_images/article/201606/201606081037592.jpg

要点:使用了<,假如用<>则会将内容重复列出

以上就是SQL中查找某几个字段完全一样的数据的全部内容,希望能给大家一个参考,也希望大家多多支持潘少俊衡。

版权声明

本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。
本文地址:/shujuku/MsSQL/97771.html

留言与评论(共有 0 条评论)
   
验证码:

潘少俊衡

| 桂ICP备2023010378号-4

Powered By EmpireCMS

爱享小站

中德益农

谷姐神农

环亚肥料

使用手机软件扫描微信二维码

关注我们可获取更多热点资讯

感谢潘少俊衡友情技术支持