1055 - Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'sanitary_db.retailer.retailer_id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
select retailer_state from retailer group by retailer_state order by retailer_id asc limit 1
[TEP STOP]
select retailer_state from retailer group by retailer_state order by retailer_id asc limit 1
[TEP STOP]