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>
Elementary Learn Oracle from scratch

6989 times of learning

Collection
Elementary oracle knowledge base

4940 times of learning

Collection
Intermediate oracle basic video tutorial

11433 times of learning

Collection
Elementary Magic Technology oracle video tutorial

11442 times of learning

Collection
Related Tutorials More>
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!