I have 3 tables (actually alot more, but three for this query):
#
# Table structure for table `game_mastertbl`
#
CREATE TABLE game_mastertbl (
id int(11) NOT NULL auto_increment,
game_id varchar(20) NOT NULL default '',
tourney_id int(11) NOT NULL default '0',
division_id int(11) NOT...