MySQL “Unknown Column in On Clause” when selecting from multiple tables

前端 未结 0 1011
难免孤独
难免孤独 2020-11-21 05:05

I have the following query:

select film.title, film_actor.film_id, count(*) as castAmount, concat(actor.first_name, \' \', 
actor.last_name) as actorFullName
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题