distinct
Posts
Links
SQL SELECT with DISTINCT on multiple columns - w3resource
In SQL multiple fields may also be added with DISTINCT clause. DISTINCT will eliminate those rows where all the selected fields are identical.
30-05-2019

In SQL multiple fields may also be added with DISTINCT clause. DISTINCT will eliminate those rows where all the selected fields are identical.30-05-2019