asked on
SQL (Structured Query Language) is designed to be used in conjunction with relational database products as of a means of working with sets of data. SQL consists of data definition, data manipulation, and procedural elements. Its scope includes data insert, query, update and delete, schema creation and modification, and data access control.
TRUSTED BY
By default there is an "extension" which in my opinion leads to lazy code that can produce poor results.
see:
https://www.experts-exchange.com/questions/28500137/problem-sum-query-mysql-vb-net.html?anchorAnswerId=40270222#a40270222
and
http://dev.mysql.com/doc/refman/5.0/en/sql-mode.html#sqlmode_only_full_group_by
However turning off the "extension" may affect existing scripts.