What is wrong with using SELECT * FROM sometable
        Posted  
        
            by Ankur
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ankur
        
        
        
        Published on 2010-06-04T06:46:17Z
        Indexed on 
            2010/06/04
            6:49 UTC
        
        
        Read the original article
        Hit count: 249
        
I have read the using "SELECT * FROM sometable" is bad practice, esp. if the query is being sent over a network.
Specifically what is wrong with it?
© Stack Overflow or respective owner