Having trouble with a SQL Join in ColdFusion
问题 I'm trying to do something very simple in CF/SQL but just can't seem to figure out what I am doing wrong. I have these tables: movies genres actors moviesGenres moviesActors ------ ------ ------ ------------ ------------ movieId genreId actorId id id title name fname movie movie lname genre actor I'm trying to write a query that simply lists all movies, with each movie's genre (multiple selections possible) and each movie's actors (again, multiple selections possible). When I write the query