I have 2 tables Transporter and Cars ,
I want to display all cars for a single Transporters in a single row
using joins I am getting cars all but in different row
I tried Group by clause but it is not working
What modifications Can i do in a query ?