Home > Topic List > ORACLEDISTINCT

ORACLEDISTINCT

Oracle's distinct usage can filter duplicate rows in the result set to ensure that the value of the specified column or columns returned in the "SELECT" clause is unique. The syntax is "SELECT DISTINCT column 1, column 2, column 3... from table name". "distinct" will sort the returned result set and can be used in conjunction with "order by" to improve efficiency.

Related courses More >
ElementaryLearn Oracle from scratch

7316 times of learning

Collection
Elementaryoracle knowledge base

5109 times of learning

Collection
Intermediateoracle basic video tutorial

11858 times of learning

Collection
ElementaryMagic Technology oracle video tutorial

11841 times of learning

Collection
Related Tutorials More >