Reputation: 1500
I have a table in which a column has values like below.
mango
orange
mango
banana
grape
pineapple
So, I want the result as
mango
other
how can i group this column based on these values.What is the query or is it possible?
Upvotes: 0
Views: 24