1055 - Expression #26 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'oventwor_ventworld.ProdSupplier.ProductId' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
Select * FROM Supplier, ProdSupplier where Supplier.SuppId = ProdSupplier.suppid And ProdSupplier.RelationType = 4 group by Supplier.SuppId order by SuppName
[TEP STOP]