code.progysm.com

SELECT

Exemples:
	SELECT DISTINCT * FROM table
	SELECT DISTINCT ON (f) f FROM table ORDER BY f

Liens:
	9.0 SELECT