摘要: 在oracle中,可以利用count()函数配合select查询语句来查询重复的数据,语法为“select userCode from user group by userCode having count(userCode)>1”。 本教程操作环境:Windows10系统、Oracle 11g版、 阅读全文
posted @ 2022-05-12 10:10 lclc 阅读(5574) 评论(0) 推荐(0)