Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

9
  • 1
    I'd say its cos what if the table contents change? adding/removing columns? your still selecting *.. so you're gonna be missing things or pulling back more data than you need. Commented Apr 3, 2014 at 13:15
  • 2
    @JFit That's part of it, but far from the whole story. Commented Apr 3, 2014 at 14:37
  • 8
    Good reasons at SO - stackoverflow.com/questions/3180375/select-vs-select-column Commented Apr 3, 2014 at 15:40
  • 6
    And good reasons here, Why is select * considered harmful? Commented Apr 3, 2014 at 16:22
  • @gnat can a question really be considered a duplicate of a closed question? (ie because the closed one wasn't really suitable in the first place) Commented Apr 4, 2014 at 7:30