Posts by Régis Amaral • 1 point
2 posts
- 
		0 votes2 answers9900 viewsA: Disable "sql-mode=only_full_group_by" optionYou can perform database settings at runtime in PHP. It is more practical, because if you need to switch to another server you will not need to redo the settings again. If you are using PDO run this… mysqlanswered Régis Amaral 1
- 
		0 votes2 answers792 viewsA: Limit number of Group By occurrencesI had a very similar problem and I couldn’t solve it through reply from the gmsantos, however I found another very similar answer by the user Salman A (link to the reply), it was then that I was…