Hi all, I need some more help with a query joining data from two tables. What I want to do is to list the top film ordered.
I have an ordered table containing Customer ID and FilmID.
In the film table there is also Film ID along with title.
Example of customer id field data
FILMid customerID
501 3
501 4
503 3
504 3
504 4
504 5
I just need to get the film name from the film table, add up the filmID which has been most wanted.
Hope this is readable. Thanks in advamce for the help.
Cheers
I have an ordered table containing Customer ID and FilmID.
In the film table there is also Film ID along with title.
Example of customer id field data
FILMid customerID
501 3
501 4
503 3
504 3
504 4
504 5
I just need to get the film name from the film table, add up the filmID which has been most wanted.
Hope this is readable. Thanks in advamce for the help.
Cheers