How to sort on descending order form a column which has both int and float values in mysql?
I have a column called chapterNumber with the datatype varchar which stores both int and float values. for only Int value if I do order by chapterNumber desc it works fine but when there are both float and int values…