Forum Moderators: open
How do I do It?
SELECT distinct(category) as label, distince(category) as value from mldc_stocks;
This one doesn't work. Please help!
SELECT distinct(category) as label, (category) as value from mldc_stocks;