The table has 110 fields. I need to highest value from each row (like gratest in mysql) from 100 columns (thousands of records) and I need the filed name well (which has the highest value) Work platform in Django, MySQL.
I've tried hitting db from view but that just slows down.
- How do I do this in view ?
- Is there any other alternative ?