Movie Archive > PG-13 > B

PG-13 Movies Index - B


This list shows an overview of categories with PG-13 movies with a title beginning with B with for each category the movies listed that generated the most revenue. Click on the category to see a full list of all movies starting with those letters.

See also: People Names Beginning with B

IndexHighest Grossing Movies
B -Ba Query Failed: select mfs.movie_odid as movie_odid, mfs.movie_display_name as display_name, mfs.movie_od_name as od_name, mfs.domestic_box_office + mfs.international_box_office + IF( mvs.odid IS NOT NULL, mvs.domestic_dvd_consumer_spending+mvs.domestic_bluray_consumer_spending, 0 ) AS total_revenue FROM movie_financial_summary AS mfs LEFT JOIN movie_video_summary AS mvs ON mfs.movie_odid=mvs.movie_odid LEFT JOIN movie_movie_board_rating AS mmbr ON mmbr.movie_odid=mfs.movie_odid WHERE UPPER(substring(mfs.movie_od_name,1,2)) >= "B" AND UPPER(substring(mfs.movie_od_name,1,2)) <= "BA" mmbr.movie_board_rating_odid=30104 ORDER BY total_revenue DESC limit 3; -- You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'mmbr.movie_board_rating_odid=30104 ORDER BY total_revenue DESC limit 3' at line 1