Use check_selectlist_with_groupbycolumns to set whether to check the select list of a select query against the groupby columns list. The default value of this parameter is true, which means that the select list of a select query with group by clause, can have only set functions(min, max, count, sum, avg) or columns which exists in the groupby columns list. This parameter can be set to false to allow columns other than the ones from groupby columns list, in the select list. For example, check_selectlist_with_groupbycolumns=false