Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

postgresql distinct

SELECT
	DISTINCT bcolor
FROM
	distinct_demo
ORDER BY
	bcolor;
Source by www.postgresqltutorial.com #
 
PREVIOUS NEXT
Tagged: #postgresql #distinct
ADD COMMENT
Topic
Name
2+5 =