I need help in comparing data within the same column. For Eg. I have a Business table which has id, name, address, city, state and stars columns.
The stars column consists the following values : 1.0, 1.5, 2.0, 2.5, 3.0, 3.5, 4.0, 4.5, 5.0.
Now I have to compare the businesses with 2-3 stars to the businesses with 4-5 stars so How do I do that? Any help is appreciated.
Thanks in advance.