經安全檢測,此網站為安全網站,請放心前往原始網址!

T3CHTT: SQL Tip : Count Multiple Distinct Columns

This query does not work on MS SQL Server Select count(distinct column1, column2) from table1 but this one does Select count(distinct column1) from table1 So how do you count distinct rows across multiple columns? Select count(*) from (select distinct ...

blog.hassantt.com

網址安全性掃描由 google 提供