ms sql count distinct multiple columns的相關文章
ms sql count distinct multiple columns的相關商品

sql - Counting DISTINCT over multiple columns - Stack Overflow
瀏覽:313
日期:2025-04-28
What is it about your existing query that you don't like? If you are concerned that DISTINCT across two columns does not return just the unique permutations why not try it? It certainly works as you might expect in Oracle. SQL> select distinct deptno, job...看更多