Answer the question
In order to leave comments, you need to log in
What other options are there to write such SQL?
There is a problem , I solved it like this:
select name from Company
left JOIN Trip on Trip.company = Company.id
where Trip.plane = 'Boeing'
GROUP BY name
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question