Mysql where column Distinct

Actual table Column is:

Group by method used to distinct the where column(group by Shortdescription).
select Code,state,ShortDescription from state 
group by shortdescription;

Post a Comment

0 Comments