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

编程学习 2021-07-05 13:43www.dzhlxh.cn编程入门
本文分享SQL语句实现表中字段的组合累加排序的实例代码,希望能给大家做一个参考。

有以下一个表

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

现在要查找所有具有相同的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;

结果:

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

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

Copyright © 2016-2025 www.dzhlxh.cn 金源码 版权所有 Power by

网站模板下载|网络推广|微博营销|seo优化|视频营销|网络营销|微信营销|网站建设|织梦模板|小程序模板