Why should not disable ONLY_FULL_GROUP_BY
问题 During internet searching I see lot of questions now to disable ONLY_FULL_GROUP_BY feature, so it mean lot of developers have a trouble with writing SQL queries in this strict mode. I know it pretty simple to disable this limitation, but now I ask asking: Why shouldn't I do this? What problems or side effects will be involved by removing ONLY_FULL_GROUP_BY limitation? 回答1: Without the strictness that ONLY_FULL_GROUP_BY enforces, you may: not realize you have the wrong query; be getting some