Oracle去重函数distinct

distinct用于返回惟一不一样的值。spa 表table1:ci id value 1 a 1 a 2 b 3 b 4 c 5 c 表table2:table username password tom s123456 toms 123456   表table3:select username phone tom 10086 jack 10010 做用于单列 select distinct v
相关文章
相关标签/搜索