User Tools

Site Tools


oracle:sql:count:count_distinct

Oracle - SQL - Count - Count Distinct

SELECT COUNT(*) 
FROM (
SELECT DISTINCT clo1,col2,col3
FROM Schema.Table
WHERE COLUMN = 'Y');
oracle/sql/count/count_distinct.txt · Last modified: 2021/08/08 19:04 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki