开发者

Oracle去除重复数据

开发者 https://www.devze.com 2022-12-11 11:24 出处:网络 作者: springsnow
查询某些字段相同的记录uorOMHqe 如:查询col1与col2值相同的记录: select a.* from table1 a, table1 b where a.id <> b.id and a.编程客栈col1 = b.col1 and a.col2 = b.col2;
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号