DISTINCTΒΆ

‘TODO’

SQL SELECT DISTINCT Syntax:

SELECT DISTINCT column_name(s)
FROM table_name

‘TODO’

Previous topic

WHERE

Next topic

GROUP BY

This Page