SELECT list is not in GROUP BY clause and contains nonaggregated column …. incompatible with sql_mode=only_full_group_by

AM using MySQL 5.7.13 on my windows PC with WAMP Server Here my Problem is While executing this query SELECT * FROM `tbl_customer_pod_uploads` WHERE `load_id` = ’78’ AND `status` = ‘Active’ GROUP BY `proof_type` Am getting always error like this Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column … Read more