If I want to retrieve all columns from a table, is there any disadvantage byusing select *instead of listing all the columns ? Will select * cause overhead, moretimes to run ?
Thanks !
Tan