Hello all In mysql you need specify ONLY_FULL_GROUP_BY if you want the database to kill queries which are not 'fully grouped'.
On my maxdb installation (7.6.00.09) this functionality is active, no queries without full grouping are allowed. For all I know this may be the only possible functionality, I can't find anything about disabling this in the doc, but if I ask here someone surely will know if the functionality I'm looking for exists. My question: Is it possible to disable the 'ONLY_FULL_GROUP_BY' functionality in maxdb? Ola Natvig -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
