Hello, I'm trying to get my data to look the same as it would be in MYSQL / DBeaver, but with the sql_mode always set to "only_full_group_by" I can't do this. I get duplicate records because it is grouping by one of the fields I don't want it to be grouping by. Is there any way to change sql_mode to be either blank or something that doesn't force all my fields to be in the GROUP BY? I only want to group by field1 but am forced to add fields 2-6 as well