https://blog.csdn.net/jjc4261/article/details/126028602
select * 的弊端
*为什么大家都说“SELECT ”效率低?
select id from table_a where id = xxx 和 select * from table_b where id = xxx ,这两个查询语句有什么区别
为什么不建议使用SELECT * ?