Answer the question
In order to leave comments, you need to log in
Error when trying to create view: 'car_number' column specified multiple times..?
The query works, but when creating the view, it says "the column "car_number" is specified repeatedly"
select * from done_cars inner join works on done_cars.car_number=works.car_number where works.number=( select number from works group by number order by count(number ) desc limit 1);
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