Select * sql query vs Select specific columns sql query [duplicate]
问题 This question already has answers here : Closed 8 years ago . Possible Duplicate: Why is SELECT * considered harmful? Probably a database nOOb question. Our application has a table like the following TABLE WF Field | Type | Null | Key | Default | Extra | +--------------------+-------------+------+-----+---------+----------------+ | id | int(11) | NO | PRI | NULL | auto_increment | | children | text | YES | | NULL | | | w_id | int(11) | YES | | NULL | | | f_id | int(11) | YES | | NULL | | |