Steffi1013
MIS
I am wondering what the performance difference is, if any, to doing a select tablename.* versus select tablename.columnname. I have always thought that it is always better to specify each specific column rather than doing a select * from any table.