just wondering if theres a way of sorting the results of a query ignoring case. Cause at the moment fields starting with an upper case letter are sorted and put on top of th
Convert all entries to lower case for example: select name from table order by LCASE(name)
LCASE or LOWER (Check documentation)