SELECT EXTRACT(month FROM datestored) AS "month"
, EXTRACT(year FROM datestored) AS "year"
, COUNT(unique_id) OVER (PARTITION BY 1,2) AS "cnt"
FROM "emrcontent"."indexdata@prod"
WHERE SUBSTR(filename, -3) = 'OID'
;
ASKER
ASKER
ASKER
Oracle is an object-relational database management system. It supports a large number of languages and application development frameworks. Its primary languages are SQL, PL/SQL and Java, but it also includes support for C and C++. Oracle also has its own enterprise modules and application server software.
TRUSTED BY