Question : Oracle Distinct

SELECT  DISTINCT DESCRIPTION FROM TAXGROUP WHEREFLAG=0   ORDER BY DESCRIPTION ASC

As we all know this query works fine. But I want to get TAXGROUP_ID (This is not distinct, I want only description distinct), is there way out ?

Answer : Oracle Distinct

Random Solutions  
 
programming4us programming4us