大家讲道理2017-04-17 15:01:05
There is no doubt that the difference is very large, so the query follows what fields are required
天蓬老师2017-04-17 15:01:05
There will be differences, but not huge differences...
In principle, it is an on-demand query, that is, just SELECT
the fields that need to be queried, especially in the case of joint table query The performance difference can be significant.
巴扎黑2017-04-17 15:01:05
In principle, you can check whatever fields you need
But if I have N pages that need the same interface, but each interface requires different parameters
I don’t think anyone will go out of their way to do it. Let's write 3 different queries. . hehe. Different people have different opinions.