Redshift Select Distinct
Redshift SELECT Distinct is used to fetch unique rows from the table. DISTINCT is applied to all the columns mentioned in the SELECT clause and not just the first column. The example fetches DISTINCT values for one column in the table catgroup Sports Shows Concerts redshift select distinct multiple columns You can apply DISTINCT on …