Select * from table - Detriment to performance

ColCode
ColCode Registered Posts: 1 ✭✭✭

Hi

What is the impact on performance when you use 'Select * from table' instead of naming the actual columns.

If you use SQL Server or Oracle its best practice to name the individual columns.

Is there a big detriment to performance if you dont individually name the columns

Cheers

Answers

Setup Info
    Tags
      Help me…