A SQL SELECT statement that use * instead of an explicit column list is a bug waiting to happen. Beyond the quick-and-dirty prototyping stage, every SQL query in an application should explicitly specify the columns it needs to protect against … Continue reading
SELECT * is a bug waiting to happen
July 10, 2012 | 0 comments