A blog where you can explore everything about Datawarehouse, OBIEE, Informatica, Power BI, QlikView, Hadoop, Oracle SQL-PLSQL, Cognos and much more....
Pages
▼
Saturday, 13 April 2013
SQL Functions: CARDINALITY
CARDINALITY:
Returns
the number of elements in a nested table column. Returns NULL if the table is
empty.
Select
emp, CARDINALITY (COL)
FROM emp;
This will give the
number of elements in the nested table column COL
No comments:
Post a Comment