I have a dataset showing the market cap of the stocks in my portfolio. When I run my query, I would like to replace the number with either Small , Mid or Large based on the size. For Example, my API feed will show:
when market_cap is 0-9999 = replace with 'small', 1000-99999 = replace with 'Mid', 100000+ = replace with 'large" Not sure how to put this into the query though.
