Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 338 Bytes

3011.md

File metadata and controls

8 lines (7 loc) · 338 Bytes

Implicit Column Usage

Explicitly name columns:

Although using wildcards and unnamed columns satisfies the goal of less typing, this habit creates several hazards. This can break application refactoring and can harm performance. Always spell out all the columns you need, instead of relying on wild-cards or implicit column lists.