For example, I have a database like this:
id | fname | lname | sex | age | tel | cell | address
If I execute select cell, fname, address, sexinstead of execution select fname, sex, cell, address, will this affect the query speed in large tables?
I checked phpmyadmin quickly and seemed to be taking the same time, but I wanted to double check.
Thank.
source
share