0.0004 SECONDS:
SHOW TABLES FROM `maineven_met-base`

0.0075 SECONDS:
SELECT * FROM `page_views` WHERE `date` = '2024-05-17' AND `url` = 'https://www.maineventtravel.com/live-reporting/2024-ppt-series1-e12' ORDER BY `views` DESC

0.0009 SECONDS:
INSERT INTO `page_views` (`url`, `views`, `date`) VALUES ('https://www.maineventtravel.com/live-reporting/2024-ppt-series1-e12', 1, '2024-05-17')

0.0002 SECONDS:
SELECT `rate` FROM `exchange_rates` WHERE `currency_iso_from` = 'GBP' AND `currency_iso_to` = 'USD'

0.0002 SECONDS:
SELECT `rate` FROM `exchange_rates` WHERE `currency_iso_from` = 'GBP' AND `currency_iso_to` = 'EUR'

0.0002 SECONDS:
SELECT `rate` FROM `exchange_rates` WHERE `currency_iso_from` = 'USD' AND `currency_iso_to` = 'GBP'

0.0001 SECONDS:
SELECT `rate` FROM `exchange_rates` WHERE `currency_iso_from` = 'USD' AND `currency_iso_to` = 'EUR'

0.0001 SECONDS:
SELECT `rate` FROM `exchange_rates` WHERE `currency_iso_from` = 'EUR' AND `currency_iso_to` = 'GBP'

0.0002 SECONDS:
SELECT `rate` FROM `exchange_rates` WHERE `currency_iso_from` = 'EUR' AND `currency_iso_to` = 'USD'

0.0003 SECONDS:
SELECT * FROM `settings` JOIN `white_label_versions` ON `white_label_versions`.`id` = `settings`.`white_label_version_id` WHERE `white_label_versions`.`url` = 'maineventtravel.com'

0.0002 SECONDS:
SELECT * FROM `settings` WHERE `white_label_version_id` = 0

0.0004 SECONDS:
SELECT `tours`.* FROM `tours` WHERE `active` = 1 AND `venue` = '0' AND `festival` = '0' ORDER BY `order` ASC

0.0003 SECONDS:
SELECT `white_label_inclusions`.`entity_id` FROM `white_label_inclusions` JOIN `white_label_versions` ON `white_label_versions`.`id` = `white_label_inclusions`.`white_label_version_id` WHERE `white_label_versions`.`url` = 'maineventtravel.com' AND `white_label_inclusions`.`entity_type` = 'tour'

0.0002 SECONDS:
SELECT * FROM `tours` WHERE `active` = '1' AND `festival` = '1' ORDER BY `order` ASC

0.0003 SECONDS:
SELECT `white_label_inclusions`.`entity_id` FROM `white_label_inclusions` JOIN `white_label_versions` ON `white_label_versions`.`id` = `white_label_inclusions`.`white_label_version_id` WHERE `white_label_versions`.`url` = 'maineventtravel.com' AND `white_label_inclusions`.`entity_type` = 'tour'

0.0001 SECONDS:
SELECT `id`, `name`, `url` FROM `destinations` WHERE `active` = 1 ORDER BY `display_order`

0.0006 SECONDS:
SELECT `pages`.*, `parents`.`url_name` as `parent_url_name` FROM `pages` LEFT JOIN `pages` as `parents` ON `parents`.`id` = `pages`.`parent_page_id` WHERE `pages`.`active` = '1'

0.0003 SECONDS:
SELECT `white_label_inclusions`.`entity_id` FROM `white_label_inclusions` JOIN `white_label_versions` ON `white_label_versions`.`id` = `white_label_inclusions`.`white_label_version_id` WHERE `white_label_versions`.`url` = 'maineventtravel.com' AND `white_label_inclusions`.`entity_type` = 'page'

0.0072 SECONDS:
SELECT `venues`.*, (select COUNT(*) from tour_stops where tour_stops.venue_id=venues.id AND tour_stops.end_date > curdate() AND tour_stops.active = 1) tour_stop_count FROM `venues` WHERE `display_in_navigation` = '1' LIMIT 30

0.0006 SECONDS:
SELECT tour_stop_blogs.*, tours.page_background as page_background, tours.page_header as page_header, currencies.name as currency_name, currencies.symbol as currency_symbol, currencies.ISO_4217_code as currency_code, tour_stops.logo as tour_stop_logo, tour_stops.name as tour_stop_name, tour_stop_blog_days.name as current_day_name, tours.id as tour_id, CASE WHEN tour_stops.logo IS NULL or tour_stops.logo = '' THEN tours.logo ELSE tour_stops.logo END AS logo, tours.name as tour_name, tours.logo as tour_logo, venues.name as venue_name, venues.location as venue_location, venues.map_latitude as venue_latitude, venues.map_longitude as venue_longitude, venues.image as venue_image FROM `tour_stop_blogs` LEFT JOIN `currencies` ON `currencies`.`id` = `tour_stop_blogs`.`currency_id` LEFT JOIN `tour_stops` ON `tour_stops`.`id` = `tour_stop_blogs`.`tour_stop_id` LEFT JOIN `tour_stop_blog_days` ON `tour_stop_blog_days`.`id` = `tour_stop_blogs`.`current_day_id` LEFT JOIN `tours` ON `tours`.`id` = `tour_stops`.`tour_id` LEFT JOIN `venues` ON `venues`.`id` = `tour_stops`.`venue_id` WHERE `friendly_url` = '2024-ppt-series1-e12'

0.0009 SECONDS:
SELECT * FROM `tour_stop_blog_days` WHERE `tour_stop_blog_id` = '87'

0.0231 SECONDS:
SELECT `content` FROM `tour_stop_blog_day_posts` WHERE `content` LIKE "%
0.0052 SECONDS:
SELECT COUNT(*) AS `numrows` FROM `tour_stop_blog_day_posts` WHERE `tour_stop_blog_day_id` = '221' AND `published` = 1

0.0524 SECONDS:
SELECT `content` FROM `tour_stop_blog_day_posts` WHERE `content` LIKE "%
0.0048 SECONDS:
SELECT COUNT(*) AS `numrows` FROM `tour_stop_blog_day_posts` WHERE `tour_stop_blog_day_id` = '222' AND `published` = 1

0.0216 SECONDS:
SELECT `content` FROM `tour_stop_blog_day_posts` WHERE `content` LIKE "%
0.0044 SECONDS:
SELECT COUNT(*) AS `numrows` FROM `tour_stop_blog_day_posts` WHERE `tour_stop_blog_day_id` = '225' AND `published` = 1

0.0002 SECONDS:
SELECT * FROM `tour_stop_blog_days` WHERE `id` = '225'

0.0003 SECONDS:
SELECT * FROM `tour_stop_blog_days` WHERE `tour_stop_blog_id` = '87' AND `name` = '2'

0.0052 SECONDS:
SELECT `tour_stop_blog_day_players`.* FROM `tour_stop_blog_day_players` WHERE `tour_stop_blog_day_id` = '225' ORDER BY `busted` ASC, `current_chips` DESC

0.0048 SECONDS:
SELECT `tour_stop_blog_day_posts`.*, `users`.`full_name` as `full_name` FROM `tour_stop_blog_day_posts` LEFT JOIN `users` ON `users`.`id` = `tour_stop_blog_day_posts`.`user_id` WHERE `tour_stop_blog_day_posts`.`published` = 1 AND `tour_stop_blog_day_id` = '225' ORDER BY `tour_stop_blog_day_posts`.`datetime` DESC

0.0045 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10113' ORDER BY `chip_change` DESC, `busted` ASC

0.0042 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10112' ORDER BY `chip_change` DESC, `busted` ASC

0.0044 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10111' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10109' ORDER BY `chip_change` DESC, `busted` ASC

0.0042 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10108' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10104' ORDER BY `chip_change` DESC, `busted` ASC

0.0045 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10103' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10102' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10100' ORDER BY `chip_change` DESC, `busted` ASC

0.0045 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10099' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10097' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10092' ORDER BY `chip_change` DESC, `busted` ASC

0.0044 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10086' ORDER BY `chip_change` DESC, `busted` ASC

0.0041 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10084' ORDER BY `chip_change` DESC, `busted` ASC

0.0042 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10082' ORDER BY `chip_change` DESC, `busted` ASC

0.0041 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10076' ORDER BY `chip_change` DESC, `busted` ASC

0.0044 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10075' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10068' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10066' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10065' ORDER BY `chip_change` DESC, `busted` ASC

0.0045 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10063' ORDER BY `chip_change` DESC, `busted` ASC

0.0044 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10060' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10059' ORDER BY `chip_change` DESC, `busted` ASC

0.0045 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10058' ORDER BY `chip_change` DESC, `busted` ASC

0.0042 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10057' ORDER BY `chip_change` DESC, `busted` ASC

0.0044 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10049' ORDER BY `chip_change` DESC, `busted` ASC

0.0041 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10046' ORDER BY `chip_change` DESC, `busted` ASC

0.0042 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10045' ORDER BY `chip_change` DESC, `busted` ASC

0.0044 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10042' ORDER BY `chip_change` DESC, `busted` ASC

0.0044 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10037' ORDER BY `chip_change` DESC, `busted` ASC

0.0160 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10036' ORDER BY `chip_change` DESC, `busted` ASC

0.0075 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10028' ORDER BY `chip_change` DESC, `busted` ASC

0.0057 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10022' ORDER BY `chip_change` DESC, `busted` ASC

0.0068 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9910' ORDER BY `chip_change` DESC, `busted` ASC

0.0055 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9909' ORDER BY `chip_change` DESC, `busted` ASC

0.0050 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9908' ORDER BY `chip_change` DESC, `busted` ASC

0.0047 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9907' ORDER BY `chip_change` DESC, `busted` ASC

0.0045 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9906' ORDER BY `chip_change` DESC, `busted` ASC

0.0044 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9905' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9901' ORDER BY `chip_change` DESC, `busted` ASC

0.0042 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9900' ORDER BY `chip_change` DESC, `busted` ASC

0.0045 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9899' ORDER BY `chip_change` DESC, `busted` ASC

0.0045 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9898' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9897' ORDER BY `chip_change` DESC, `busted` ASC

0.0042 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9892' ORDER BY `chip_change` DESC, `busted` ASC

0.0047 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9891' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9890' ORDER BY `chip_change` DESC, `busted` ASC

0.0150 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9889' ORDER BY `chip_change` DESC, `busted` ASC

0.0048 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9888' ORDER BY `chip_change` DESC, `busted` ASC

0.0049 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9887' ORDER BY `chip_change` DESC, `busted` ASC

0.0045 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9886' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9874' ORDER BY `chip_change` DESC, `busted` ASC

0.0049 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9875' ORDER BY `chip_change` DESC, `busted` ASC

0.0046 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9873' ORDER BY `chip_change` DESC, `busted` ASC

0.0059 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9872' ORDER BY `chip_change` DESC, `busted` ASC

0.0047 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9871' ORDER BY `chip_change` DESC, `busted` ASC

0.0045 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9870' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9869' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9864' ORDER BY `chip_change` DESC, `busted` ASC

0.0042 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9863' ORDER BY `chip_change` DESC, `busted` ASC

0.0044 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9862' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9861' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9860' ORDER BY `chip_change` DESC, `busted` ASC

0.0044 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9857' ORDER BY `chip_change` DESC, `busted` ASC

0.0044 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9854' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9853' ORDER BY `chip_change` DESC, `busted` ASC

0.0148 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9851' ORDER BY `chip_change` DESC, `busted` ASC

0.0054 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9850' ORDER BY `chip_change` DESC, `busted` ASC

0.0046 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9849' ORDER BY `chip_change` DESC, `busted` ASC

0.0046 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9846' ORDER BY `chip_change` DESC, `busted` ASC

0.0045 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9841' ORDER BY `chip_change` DESC, `busted` ASC

0.0047 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9838' ORDER BY `chip_change` DESC, `busted` ASC

0.0044 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9834' ORDER BY `chip_change` DESC, `busted` ASC

0.0044 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9833' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9832' ORDER BY `chip_change` DESC, `busted` ASC

0.0044 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9828' ORDER BY `chip_change` DESC, `busted` ASC

0.0046 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9827' ORDER BY `chip_change` DESC, `busted` ASC

0.0044 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9825' ORDER BY `chip_change` DESC, `busted` ASC

0.0045 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9822' ORDER BY `chip_change` DESC, `busted` ASC

0.0046 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9820' ORDER BY `chip_change` DESC, `busted` ASC

0.0044 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9818' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9817' ORDER BY `chip_change` DESC, `busted` ASC

0.0042 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9814' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9813' ORDER BY `chip_change` DESC, `busted` ASC

0.0048 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9812' ORDER BY `chip_change` DESC, `busted` ASC

0.0042 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9810' ORDER BY `chip_change` DESC, `busted` ASC

0.0163 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9808' ORDER BY `chip_change` DESC, `busted` ASC

0.0045 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9804' ORDER BY `chip_change` DESC, `busted` ASC

0.0044 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9803' ORDER BY `chip_change` DESC, `busted` ASC

0.0044 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9798' ORDER BY `chip_change` DESC, `busted` ASC

0.0044 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9797' ORDER BY `chip_change` DESC, `busted` ASC

0.0044 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9685' ORDER BY `chip_change` DESC, `busted` ASC

0.0046 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9684' ORDER BY `chip_change` DESC, `busted` ASC

0.0044 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9683' ORDER BY `chip_change` DESC, `busted` ASC

0.0044 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9681' ORDER BY `chip_change` DESC, `busted` ASC

0.0049 SECONDS:
SELECT `tour_stop_blog_day_players`.* FROM `tour_stop_blog_day_players` WHERE `tour_stop_blog_day_id` = '225' ORDER BY `busted` ASC, `current_chips` DESC

0.0044 SECONDS:
SELECT `tour_stop_blog_day_posts`.*, `users`.`full_name` as `full_name` FROM `tour_stop_blog_day_posts` LEFT JOIN `users` ON `users`.`id` = `tour_stop_blog_day_posts`.`user_id` WHERE `tour_stop_blog_day_id` = '225' ORDER BY `tour_stop_blog_day_posts`.`datetime` DESC

0.0046 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10113' ORDER BY `chip_change` DESC, `busted` ASC

0.0044 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10112' ORDER BY `chip_change` DESC, `busted` ASC

0.0045 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10111' ORDER BY `chip_change` DESC, `busted` ASC

0.0046 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10109' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10108' ORDER BY `chip_change` DESC, `busted` ASC

0.0044 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10104' ORDER BY `chip_change` DESC, `busted` ASC

0.0044 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10103' ORDER BY `chip_change` DESC, `busted` ASC

0.0046 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10102' ORDER BY `chip_change` DESC, `busted` ASC

0.0150 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10100' ORDER BY `chip_change` DESC, `busted` ASC

0.0048 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10099' ORDER BY `chip_change` DESC, `busted` ASC

0.0044 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10097' ORDER BY `chip_change` DESC, `busted` ASC

0.0045 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10092' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10086' ORDER BY `chip_change` DESC, `busted` ASC

0.0044 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10084' ORDER BY `chip_change` DESC, `busted` ASC

0.0044 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10082' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10076' ORDER BY `chip_change` DESC, `busted` ASC

0.0042 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10075' ORDER BY `chip_change` DESC, `busted` ASC

0.0044 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10068' ORDER BY `chip_change` DESC, `busted` ASC

0.0051 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10066' ORDER BY `chip_change` DESC, `busted` ASC

0.0046 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10065' ORDER BY `chip_change` DESC, `busted` ASC

0.0042 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10063' ORDER BY `chip_change` DESC, `busted` ASC

0.0048 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10060' ORDER BY `chip_change` DESC, `busted` ASC

0.0045 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10059' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10058' ORDER BY `chip_change` DESC, `busted` ASC

0.0044 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10057' ORDER BY `chip_change` DESC, `busted` ASC

0.0042 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10049' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10046' ORDER BY `chip_change` DESC, `busted` ASC

0.0047 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10045' ORDER BY `chip_change` DESC, `busted` ASC

0.0107 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10042' ORDER BY `chip_change` DESC, `busted` ASC

0.0049 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10037' ORDER BY `chip_change` DESC, `busted` ASC

0.0052 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10036' ORDER BY `chip_change` DESC, `busted` ASC

0.0054 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10028' ORDER BY `chip_change` DESC, `busted` ASC

0.0076 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '10022' ORDER BY `chip_change` DESC, `busted` ASC

0.0056 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9910' ORDER BY `chip_change` DESC, `busted` ASC

0.0048 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9909' ORDER BY `chip_change` DESC, `busted` ASC

0.0046 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9908' ORDER BY `chip_change` DESC, `busted` ASC

0.0051 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9907' ORDER BY `chip_change` DESC, `busted` ASC

0.0079 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9906' ORDER BY `chip_change` DESC, `busted` ASC

0.0061 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9905' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9901' ORDER BY `chip_change` DESC, `busted` ASC

0.0045 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9900' ORDER BY `chip_change` DESC, `busted` ASC

0.0045 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9899' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9898' ORDER BY `chip_change` DESC, `busted` ASC

0.0042 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9897' ORDER BY `chip_change` DESC, `busted` ASC

0.0046 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9892' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9891' ORDER BY `chip_change` DESC, `busted` ASC

0.0162 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9890' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9889' ORDER BY `chip_change` DESC, `busted` ASC

0.0044 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9888' ORDER BY `chip_change` DESC, `busted` ASC

0.0044 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9887' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9886' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9874' ORDER BY `chip_change` DESC, `busted` ASC

0.0042 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9875' ORDER BY `chip_change` DESC, `busted` ASC

0.0041 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9873' ORDER BY `chip_change` DESC, `busted` ASC

0.0042 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9872' ORDER BY `chip_change` DESC, `busted` ASC

0.0042 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9871' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9870' ORDER BY `chip_change` DESC, `busted` ASC

0.0042 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9869' ORDER BY `chip_change` DESC, `busted` ASC

0.0042 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9864' ORDER BY `chip_change` DESC, `busted` ASC

0.0045 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9863' ORDER BY `chip_change` DESC, `busted` ASC

0.0042 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9862' ORDER BY `chip_change` DESC, `busted` ASC

0.0042 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9861' ORDER BY `chip_change` DESC, `busted` ASC

0.0046 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9860' ORDER BY `chip_change` DESC, `busted` ASC

0.0042 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9857' ORDER BY `chip_change` DESC, `busted` ASC

0.0046 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9854' ORDER BY `chip_change` DESC, `busted` ASC

0.0044 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9853' ORDER BY `chip_change` DESC, `busted` ASC

0.0098 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9851' ORDER BY `chip_change` DESC, `busted` ASC

0.0046 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9850' ORDER BY `chip_change` DESC, `busted` ASC

0.0041 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9849' ORDER BY `chip_change` DESC, `busted` ASC

0.0042 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9846' ORDER BY `chip_change` DESC, `busted` ASC

0.0042 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9841' ORDER BY `chip_change` DESC, `busted` ASC

0.0042 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9838' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9834' ORDER BY `chip_change` DESC, `busted` ASC

0.0042 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9833' ORDER BY `chip_change` DESC, `busted` ASC

0.0044 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9832' ORDER BY `chip_change` DESC, `busted` ASC

0.0044 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9828' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9827' ORDER BY `chip_change` DESC, `busted` ASC

0.0044 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9825' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9822' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9820' ORDER BY `chip_change` DESC, `busted` ASC

0.0044 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9818' ORDER BY `chip_change` DESC, `busted` ASC

0.0042 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9817' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9814' ORDER BY `chip_change` DESC, `busted` ASC

0.0042 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9813' ORDER BY `chip_change` DESC, `busted` ASC

0.0042 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9812' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9810' ORDER BY `chip_change` DESC, `busted` ASC

0.0042 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9808' ORDER BY `chip_change` DESC, `busted` ASC

0.0149 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9804' ORDER BY `chip_change` DESC, `busted` ASC

0.0044 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9803' ORDER BY `chip_change` DESC, `busted` ASC

0.0042 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9798' ORDER BY `chip_change` DESC, `busted` ASC

0.0043 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9797' ORDER BY `chip_change` DESC, `busted` ASC

0.0044 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9685' ORDER BY `chip_change` DESC, `busted` ASC

0.0047 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9684' ORDER BY `chip_change` DESC, `busted` ASC

0.0042 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9683' ORDER BY `chip_change` DESC, `busted` ASC

0.0042 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '9681' ORDER BY `chip_change` DESC, `busted` ASC

0.0050 SECONDS:
SELECT `tour_stop_blog_day_players`.* FROM `tour_stop_blog_day_players` WHERE `tour_stop_blog_day_id` = '225' ORDER BY `busted` ASC, `current_chips` DESC

0.0003 SECONDS:
SELECT * FROM `tour_stop_blogs` WHERE `active` = 1 AND `tour_stop_id` = 2407

English
2024 PPT Series #1 Event #12: $1,100 Main Event Live Reporting - Day 2
1 New Update - Click to refresh
Live Updates - Day 2
Eric Wasylenko Wins Main Event for $73,049 Posted Monday 26th February, 2024 at 19:17(UTC-7) by Lyle Bateman

Event #12: $1,100 Main Event ($990 + $110)
Day 2: Feb 25 - 1 pm
Day 3: Feb 26 - noon
Blinds: 60 Min
Entries: 417
Prizes: $392,189
Winner:
Eric Wasylenko ($73,049)

Eric Wasylenko has been close to the Main Event title a lot recently, but he's come up short. At least, he had done until today when he went the distance to take it all down.

He had to make his way through 417 entries across the two starting days after bagging the second biggest stack on Day 1a. That brought him into Day 2 with a top-five stack and he made his way through the 79 returning players to the final nine.

When they returned for the final table, he was second from the bottom in chips but he was dialed in, making well-timed aggressive moves to help build up his stack. He was looking up at Dave Howat's stack for most of the day, with Herbert Zamora also holding the lead for part of the final table, but it was in the late stages that Wasy turned it up a notch.

He was able to find good spots against early leader Dave Howat to chip up. He took a lead three ways after besting Howat's pair of sevens with queen-nine suited, and He and Jadson Heang traded the lead back and forth from then on until Wasylenko took a huge lead by sending Howat to the cage for third place.

That gave Wasylenko about 3/4 of the chips in play and heads-up was a quick affair. The money went in just a few hands into the two-way game when both players flopped a pair. Heang was on middle pair but Wasy flopped top pair and held to take down the win.

Wasy has had quite a bit of success on the PPT of late. In November at Yellowhead he shipped two of the early events before final tabling the Main for 4th place. In fact, he's final tabled the last four Main Events on the PPT, so it seemed only a matter of time before he took one down and that time was today.

The $73k win today looks like his second-biggest score ever and will certainly push his Hendon Mob earnings over $900k USD.

Jason Heang Out in 2nd Place for $51,230 Posted Monday 26th February, 2024 at 18:32(UTC-7) by Lyle Bateman

Heads up was a quick affair as Eric Wsylenko had about 3/4 of the chips in play to start. The money went in quickly in a hand where both players flopped a pair. The flop was and Heang's ace-four flopped middle pair while Wasy's king-nine of diamonds hit top pair.

on the turn and river didn't change anything and Heang had to settle for second place tonight.

Player Chips Progress
Eric Wasylenko 12,500,000 3,300,000
Sopheak Heang 0 0
Dave Howat Out in 3rd Place for $33,760 Posted Monday 26th February, 2024 at 17:55(UTC-7) by Lyle Bateman

Three-way play went on for a while, but they are finally heads up after Dave Howat hit the cage for third place. Eric Wasylenko raised his button and Howat shoved a bit more than 1 million with Wasy calling it off.

Dave Howat:
Eric Wasylenko:

Wasy's kicker played on the dry board and the game is heads up.

Player Chips Progress
Eric Wasylenko 9,200,000 3,800,000
Sopheak Heang 3,300,000 2,400,000
Dave Howat 0 0
Heang to Lead Posted Monday 26th February, 2024 at 17:29(UTC-7) by Lyle Bateman

Jason Heang just took a slight lead after a big pot against Dave Howat. Howat limped, then called when Heang raised to 360k. Heang fired 240k on the flop and Howat called.

Heang check-called for 300k on the turn, then fired 580k on the river. Howat's cards hit the muck to send the nice pot to Heang with no showdown.

Player Chips Progress
Sopheak Heang 5,700,000 1,100,000
Eric Wasylenko 5,400,000 500,000
Dave Howat 1,560,000 305,000
17:25 (UTC-7)
Start of Level 29
Blinds: 60,000/120,000     Ante: 120,000
Early Break Posted Monday 26th February, 2024 at 17:04(UTC-7) by Lyle Bateman

The players have taken an early break with about 15 minutes to play in Level 28 and Eric Wasylenko with a big lead.

Player Chips Progress
Eric Wasylenko 5,900,000 500,000
Sopheak Heang 4,600,000 100,000
Dave Howat 1,865,000 785,000
Wasy Flops It Posted Monday 26th February, 2024 at 16:52(UTC-7) by Lyle Bateman

Eric Wasylenko raised to 220k from the button and Dave Howat called the small blind. Howat check-called for 200k on the flop and both players checked the turn.

Howat fired 300k on the river and Wasy snap-called. Howat showed pocket sevens, but it was no good versus the queen-nine of hearts for Wasy.

Player Chips Progress
Eric Wasylenko 5,400,000 800,000
Sopheak Heang 4,500,000 1,100,000
Dave Howat 2,650,000 1,850,000
Howat Shoves Turn Posted Monday 26th February, 2024 at 16:32(UTC-7) by Lyle Bateman

The flop read and Dave Howat bet 300k. Jason Heang called to the turn and Howat shoved for 2.485 million. Heang hit the tank for a bit, but ultimately gave up his hand.

"What do you think I had," Howat asked?

"Small Pocket pair, like fives?" replied Heang. Howat showed four-five as he collected the pot.

Player Chips Progress
Eric Wasylenko 4,600,000 200,000
Dave Howat 4,500,000 500,000
Sopheak Heang 3,400,000 450,000
16:16 (UTC-7)
Start of Level 28
Blinds: 50,000/100,000     Ante: 100,000
Even Stacks-ish with Wasy a Bit in Front Posted Monday 26th February, 2024 at 16:16(UTC-7) by Lyle Bateman

It looks like Eric Wasylenko is a slight leader now, but there's not much between them. Wasy just took a big pot from Jason Heang. Action was on the turn with a huge pot already and the board reading and Heang check-folded to a bet of 650k from Wasylenko.

Player Chips Progress
Eric Wasylenko 4,400,000 1,050,000
Dave Howat 4,000,000 1,300,000
Sopheak Heang 3,850,000 1,350,000
Approx Chips Posted Monday 26th February, 2024 at 16:07(UTC-7) by Lyle Bateman

Dave Howat looks to be back in the lead with 5 million now, to about 4 million for Jason Heang and a bit more than three for Eric Wasylenko.

Player Chips Progress
Dave Howat 5,200,000 100,000
Sopheak Heang 4,000,000 1,500,000
Eric Wasylenko 3,500,000 150,000
Wasy Shoves Big Posted Monday 26th February, 2024 at 15:52(UTC-7) by Lyle Bateman

It's been rare for all three players to be involved in the same hand since three-way play began, but they came close recently. Dave Howat opened from the button to 160k before Jason Heang reraised his small blind to 440k. Eric Wasylenko decided it was time to put his chips in, and he shoved fro more than 2 million, sending both Howat's and Heang's hands to the muck.

Heang Flops it to Lead Posted Monday 26th February, 2024 at 15:38(UTC-7) by Lyle Bateman

I picked up the action on the turn with the board reading and a sizeable pot already in the middle. Dave Howat check-called a bet of 280k from Jason Heang to see on the river.

Howat checked again and Heang slid out 500k. Howat thought for a bit before calling but mucked his hand when Heang showed pocket sixes for the flopped set. It looks like the pot gave Heang a small lead now.

Player Chips Progress
Sopheak Heang 5,500,000 1,900,000
Dave Howat 5,100,000 300,000
Final Four Live Posted Monday 26th February, 2024 at 15:29(UTC-7) by Lyle Bateman

Herbert Zamora Out in 4th Place for $23,980 Posted Monday 26th February, 2024 at 15:27(UTC-7) by Lyle Bateman

Herbert Zamora was just coolered to the rail in 4th place. The money went in between him and Jason Heang with Zamora on ace-king and Heng on ace-queen. The board of wasn't kind to the big slick, however, giving Heang his queen and the win.

Player Chips Progress
Sopheak Heang 3,600,000 1,500,000
Herbert Zamora 0 0
Break Chips Posted Monday 26th February, 2024 at 15:05(UTC-7) by Lyle Bateman

Dave Howat still leads with more than 5 million, but Eric Wasylenko is catching up with more than 3.5 million.

Player Chips Progress
Dave Howat 5,400,000 400,000
Eric Wasylenko 3,650,000 1,150,000
Sopheak Heang 2,100,000 200,000
Herbert Zamora 1,470,000 510,000
15:04 (UTC-7)
Start of Level 27
Blinds: 40,000/80,000     Ante: 80,000
Current Chips Posted Monday 26th February, 2024 at 14:32(UTC-7) by Lyle Bateman

Dave Howat has nearly half the chips in play right now with almost 6 million.

Player Chips Progress
Dave Howat 5,800,000 400,000
Eric Wasylenko 2,500,000 1,630,000
Sopheak Heang 2,300,000 90,000
Herbert Zamora 1,980,000 1,240,000
Bash Ramahi Out in 5th Place for $18,480 Posted Monday 26th February, 2024 at 14:19(UTC-7) by Lyle Bateman

They are down to four remaining in the Main Event now after Bash Ramahi shoved and got a call from Herbert Zamora. Zamora was on king-jack against queen-six and Ramahi got a queen in the window, but unfortunately for him, there were also two jacks on the flop. Nothing else changed and Ramahi hit the rail for 5th place and $18,480.

Jason Law Out in 6th Place for $15,150 Posted Monday 26th February, 2024 at 14:17(UTC-7) by Lyle Bateman

Things are moving quickly on the Main Event now with Jason Law out in 6th place. He shoved ace-nine but ran into ace-king and couldn't find his cards.

Player Chips Progress
Jason Law 0 0
Benson Westwood Out in 7th Place for $12,600 Posted Monday 26th February, 2024 at 14:13(UTC-7) by Lyle Bateman

Benson Westwood was in good shape to get more than a double-up after the money went in three ways with big stack Dave Howat holding kings, Westwood at risk with aces, and Kyle Levicki in with fumes and a suited hand.

Howat is running Pure with kings however as he spiked his king on the flop to take the lead and send two players to the rail in the same hand.

Player Chips Progress
Dave Howat 5,400,000 3,080,000
Benson Westwood 0 0
Kyle Levicki Out in 8th Place for $10,240 Posted Monday 26th February, 2024 at 14:09(UTC-7) by Lyle Bateman

Kyle Levivki was near felted after doubling up Jason Law recently, and he shoved his dregs from the small blind after a raise from Dave Howat. Benson Westwood also shoved the big for more, and Howat called it off.

Howat had kings versus aces for Westwood and for the short-stacked Levicki. It looked good for Westwood to get a double plus, but the king in the window sent a huge pot to Howat.

Player Chips Progress
Kyle Levicki 0 0
Levicki Gives it Back Posted Monday 26th February, 2024 at 14:06(UTC-7) by Lyle Bateman

Kyle Levicki and Jason Law just ran into each other again. Levicki had ace-king again versus ace-ten but Law spiked two tens on the board, with two queens, for a boat.

14:01 (UTC-7)
Start of Level 26
Blinds: 30,000/60,000     Ante: 60,000
Levicki Doubles Posted Monday 26th February, 2024 at 13:59(UTC-7) by Lyle Bateman

Kyle Levicki shoved the middle for 190k and Jason Law called him off from the big blind.

Kyle Levicki:
Jason Law:

Levivki was in good shape with the dominating ace and after a runout of the king kicker still played and Levicki doubled up.

Player Chips Progress
Kyle Levicki 500,000 615,000
Jason Law 350,000 615,000
Levicki Folds Kings Posted Monday 26th February, 2024 at 13:29(UTC-7) by Lyle Bateman

Jason Heang raised to 110k from the hijack before button Kyle Levicki reraised to 330k. Heang tanked for a bit before calling to the flop. Heang shoved the flop, giving Levicki a bit of a problem. He thought about it for about 30 seconds before folding pocket kings face up.

Bash Goes to Broadway Posted Monday 26th February, 2024 at 13:20(UTC-7) by Lyle Bateman

Bash Ramahi shoved early with ace-king over a raise from Jason Heang, and they ended up in a race with Heang on pocket nines. Ramahi was calling for an ace from space, and while that didn't happen, he did race out to Broadway for the win.

"Broadway works," he said with a smile as he collected the pot.

Blind on Blind Action Posted Monday 26th February, 2024 at 13:17(UTC-7) by Lyle Bateman

Big stack Herbert Zamora limped the small blind and Eric Wasylenko checked his option to see ]4s7c7s] on the flop. Zamora check-called for 50k, and both players checked the turn.

Zamora checked again on the river and Wasy fired 70k. Zamora called before the bet was even out, and his queen-three was good against the jack-six for Wasylenko.

Yeping SHan Out in 9th Place for $7,890 Posted Monday 26th February, 2024 at 13:07(UTC-7) by Lyle Bateman

They are down to 8 players left in the Main after Yeping Shan hit the rail first off the FT. He was very short at the break after starting the day with one of the shortest stacks. He shoved early in the first hand after the break for just 95k and Herbert Zamora to his left pumped it up to 200k.

No one else came along, and Shan was dominated with into . Both players rivered a queen, but that was the only help on the board for either so Zamora's ace kicker played.

Player Chips Progress
Herbert Zamora 3,220,000 90,000
Yeping Shan 0 0
FT Chips at First Break Posted Monday 26th February, 2024 at 12:56(UTC-7) by Lyle Bateman
Player Chips Progress
Herbert Zamora 3,130,000 165,000
Sopheak Heang 2,390,000 645,000
Dave Howat 2,320,000 60,000
Benson Westwood 1,495,000 740,000
Kyle Levicki 1,115,000 370,000
Jason Law 965,000 120,000
Eric Wasylenko 870,000 145,000
Bash Ramahi 590,000 50,000
Yeping Shan 95,000 795,000
12:53 (UTC-7)
Start of Level 25
Blinds: 25,000/50,000     Ante: 50,000
Your Main Event Final Table Posted Monday 26th February, 2024 at 12:23(UTC-7) by Lyle Bateman

Final Table in Poker Posted Monday 26th February, 2024 at 11:56(UTC-7) by Lyle Bateman

The weather has forced a change of venue this morning as the Social room is a deep freeze. Main Event players should head to the poker room to kick off the day.

Final Table Stacks and Seats Posted Monday 26th February, 2024 at 00:51(UTC-7) by Lyle Bateman

Table

Seat

Player

Chips

14 1 Jason Heang 1,745,000
14 2 Bash Ramahi 640,000
14 3 Kyle Levicki 1,485,000
14 4 Benson Westwood 755,000
14 5 Yeping Shan 890,000
14 6 Herbert Zamora 2,965,000
14 7 Eric Wasylenko 725,000
14 8 Jason Law 1,085,000
14 9 Dave Howat 2,380,000
Player Chips Progress
Herbert Zamora 2,965,000 165,000
Dave Howat 2,380,000 120,000
Sopheak Heang 1,745,000 985,000
Kyle Levicki 1,485,000 655,000
Jason Law 1,085,000 735,000
Yeping Shan 890,000 480,000
Benson Westwood 755,000 75,000
Eric Wasylenko 725,000 100,000
Bash Ramahi 640,000 345,000
Kim Graham Bubbles Day 3 Posted Sunday 25th February, 2024 at 23:49(UTC-7) by Lyle Bateman

The final table is now set after Kim Graham bubbled the final table and final day. He raised to 95k early and got calls from Jason Heang on the button and Benson Westwood on the small blind. It all kicked off on the flop when Westwood checked, Graham shoved, Heang called and Westwood backed away from the hand.

Graham flopped top pair with ten-eight, but Heang flopped the set with pocket sevens. The runout just improved Heang, and Graham was the last player to bust before the final day.

Stay tuned shortly for Day 3 chips and seats.

Player Chips Progress
Kim Graham 0 0
23:35 (UTC-7)
Start of Level 24
Blinds: 20,000/40,000     Ante: 40,000
End of Day Bubble Posted Sunday 25th February, 2024 at 23:35(UTC-7) by Lyle Bateman

They are down to 10 players left now after Paul Bihis lost his stack to Herbert Zamora. Bihis shoved the button and Zamora snap-called from the big blind.

"Oh oh," said Bihis at the quick call, and his alarm was accurate as he ran into the kings for Zamora. Bihis turned a jack on but it wasn't enough help to save him and he hit the rail in 11th place to leave them one off the final table and the end of the night.

Zamora now looks to be the chip leader with about 2.8 million, about 300k ahead of tablemate Dave Howat in second.

Player Chips Progress
Herbert Zamora 2,800,000 1,280,000
Dave Howat 2,500,000 660,000
Pauk Bihis 0 0
Down to 11 and Bagging at Final Table Posted Sunday 25th February, 2024 at 23:12(UTC-7) by Lyle Bateman

The plan today is to play down to the final table, then bag up and return tomorrow to finish the game out. They are now down to 11 players after Tyrone Hanna shoved ace-four but ran into pocket nines in the hand of Kyle Levicki. The nines held to send Hanna to the payout desk and bring the game to 11.

Player Chips Progress
Tyrone Hanna 0 0
Wasy Cracks Aces Posted Sunday 25th February, 2024 at 23:09(UTC-7) by Lyle Bateman

The money went in on the flop with Eric Wasylenko holding queen-ten of diamonds. He ran into aces for Jason Law and was in trouble for his life. the turn bricked, but on the river gave Wasy two-pair and the double up.

Player Chips Progress
Eric Wasylenko 825,000 260,000
Jason Law 350,000 515,000
Final 12 Stacks from Break Posted Sunday 25th February, 2024 at 22:29(UTC-7) by Lyle Bateman
Player Chips Progress
Dave Howat 3,160,000 10,000
Herbert Zamora 1,520,000 1,345,000
Kim Graham 1,130,000 895,000
Tyrone Hanna 1,065,000 230,000
Bash Ramahi 985,000 15,000
Jason Law 865,000 400,000
Benson Westwood 830,000 310,000
Kyle Levicki 830,000 280,000
Sopheak Heang 760,000 160,000
Eric Wasylenko 565,000 100,000
Pauk Bihis 420,000 5,000
Yeping Shan 410,000 175,000
22:26 (UTC-7)
Start of Level 23
Blinds: 15,000/30,000     Ante: 30,000
Down to 12 as Steinbach Suffers Bad Beat Posted Sunday 25th February, 2024 at 22:06(UTC-7) by Lyle Bateman

Shariq Khan took the 14th place cash tonight before Kris STeinbach had his aces cracked in a massive hand. Tyrone Hanna limped early before Kris Steinbach made it 65k to go. Big stack Dave Howat thought for a bit before pumping it up to 180k from Steinbach's left.

Hanna hit the tank and eventually mucked before Steinbach made it 400k. Howat shoved and Steinbach snapped it off. It was a huge confrontation between aces for Steinbach and kings for Howat. Hanna said he folded jacks once the hands were tabled.

Steinbach looked good for a double until the flop of put Howat open-ended. The turn was a brick, but the river hit the bottom end of Howat's straight for the huge win. Howat now has about 1/4 of the chips in play with 12 left.

Player Chips Progress
Dave Howat 3,150,000 1,110,000
Kris Steinbach 0 0
Shariq Khan 0 0
Joe Herlien Out in 15th Posted Sunday 25th February, 2024 at 21:59(UTC-7) by Lyle Bateman

They are down to 14 players left now with Joe Herlein as the most recent bust. He won the first payout of $5,540 for 15th place.

Player Chips Progress
Joe Herlein 0 0
Down to 15 Posted Sunday 25th February, 2024 at 21:36(UTC-7) by Lyle Bateman

Jayvee Lumahan was the most recent exit from the Main Event in 16th place for $4,660.

Player Chips Progress
Jayvee Lumahan 0 0
Ramahi Rockets Back to a Million Posted Sunday 25th February, 2024 at 21:30(UTC-7) by Lyle Bateman

Bash Ramahi is back up to 1 million chips again after Benson Westwood raised to 50k from the cutoff, Ramahi shoved for 485k and Westwood called it off with more.

Ramahi was on black aces against pocket jacks for Westwood and the aces turned a set on board for the double up.

Player Chips Progress
Bash Ramahi 1,000,000 605,000
Benson Westwood 520,000 53,000
21:16 (UTC-7)
Start of Level 22
Blinds: 15,000/25,000     Ante: 25,000
Ali Khani Out in 17th Posted Sunday 25th February, 2024 at 21:10(UTC-7) by Lyle Bateman

They are down to 16 players left now after Ali Khani busted shortly after Holly Berry from the same table.

Player Chips Progress
Ali Khani 0 0
Down to 17 Posted Sunday 25th February, 2024 at 21:07(UTC-7) by Lyle Bateman

Holly Berry was the first player off the final two tables after she suffered a bad beat when her pocket jacks were set up by nines with a nine on board.

Player Chips Progress
Holly Berry 0 0
Herlein's Aces Hold Posted Sunday 25th February, 2024 at 21:01(UTC-7) by Lyle Bateman

Joe Herlein raised to 60k early and it folded to button Kris Steinbach who made it 120k to go. Herlein shoved and Steinbach called it off with more.

Steinback was on a pair of tens, but he ran into the aces for Herlein and the board bricked for him to improve. Steinbach lost some but he's still up from his dinner count.

Player Chips Progress
Kris Steinbach 1,100,000 160,000
Joe Herlein 450,000 180,000
Down to 18 Left Posted Sunday 25th February, 2024 at 20:46(UTC-7) by Lyle Bateman

John Donnelly, who won the Main here in July last year, as well as the Seniors at Yellowhead in September, just bubbled the final two tables of this year's first Main Event.

Player Chips Progress
John Donnelly 0 0
Heang Doubles Posted Sunday 25th February, 2024 at 20:41(UTC-7) by Lyle Bateman

Jason Heang shoved the small blind over a raise to 40k from Bash Ramahi. Kyle Levicki decided to reshove the big with more, pushing Ramahi off his hand.

It was a race between jack-queen for Heang and pocket tens for Levicki. Heang looked to be headed to the exit until he spiked a queen on the river.

"If he folds, you're dead," Ramahi said after the hand, indicating that Ramahi folded the winner.

Player Chips Progress
Sopheak Heang 600,000 60,000
Kyle Levicki 550,000 25,000
Down to 19 Posted Sunday 25th February, 2024 at 20:31(UTC-7) by Lyle Bateman

The first 10 minutes after dinner were active with four players hitting the rail to bring the field down to 19.

Player Chips Progress
Chris Lawson 0 0
Pete Fylyma 0 0
Leo Brouwer 0 0
Daniel O'Leary 0 0
20:31 (UTC-7)
Start of Level 21
Blinds: 10,000/20,000     Ante: 20,000
Dinner Chips Posted Sunday 25th February, 2024 at 20:13(UTC-7) by Lyle Bateman

Here is a look at the final 23 stacks as counted at dinner.

Player Chips Progress
Dave Howat 2,040,000 90,000
Kris Steinbach 940,000 410,000
Holly Berry 925,000 545,000
Tyrone Hanna 835,000 35,000
Shariq Khan 720,000 20,000
Eric Wasylenko 665,000 265,000
John Donnelly 590,000 395,000
Kyle Levicki 575,000 220,000
Sopheak Heang 540,000 285,000
Benson Westwood 467,000 33,000
Jason Law 465,000 420,000
Paul Bihis 415,000 174,000
Bash Ramahi 395,000 335,000
Chris Lawson 390,000 78,000
Leo Brouwer 330,000 230,000
Jayvee Lumahan 320,000 30,000
Ali Khani 275,000 39,000
Joe Herlein 270,000 165,000
Daniel O'Leary 250,000 128,000
Pete Fylyma 240,000 125,000
Yeping Shan 235,000 43,000
Kim Graham 235,000 215,000
Herbert Zamora 175,000 195,000
Dinner Time Posted Sunday 25th February, 2024 at 19:52(UTC-7) by Lyle Bateman

The remaining 23 players are now on break with Colten Yamagishi as the 24th place finisher tonight.

Player Chips Progress
Colten Yamagishi 0 0
Westwood Gets There Posted Sunday 25th February, 2024 at 19:19(UTC-7) by Lyle Bateman

Shane Brotherwood opened early to 30k and Benson Westwood called from the big blind. The both checked the flop but after a check from Westwood on the turn, Brotherwood bet 30k, then called with less when Westwood shoved.

Shane Brotherwood:
Benson Westwood:

Brotherwood was in good shape with the best king, but the flipped the script on him to give Westwood two pair and send Brotherwood to the rail in 26th place. Sheraz Nasir lost his chips on another table shortly after to bring it down to 24.

Player Chips Progress
Benson Westwood 500,000 135,000
Sheraz Nasir 0 0
Shane Brotherwood 0 0
Law Takes from Berry Posted Sunday 25th February, 2024 at 19:02(UTC-7) by Lyle Bateman

Jason Law just got a double through Holly Berry when his queens held against her jacks, but she's clearly in the zone. In the next hand, Shariq Khan raised to 30k and Berry called before Colten Yamagishi shoved for 393k. Khan got out of the way quickly, but Berry hit the tank.

"I think you have kings," she said during the thought process. Eventually, she found the muck, but Yamagishi said she was right, and then showed the pocket kings to prove it.

Player Chips Progress
Jason Law 885,000 685,000
Colten Yamagishi 465,000 65,000
Holly Berry 380,000 260,000
Andy Truong 0 0
18:43 (UTC-7)
Start of Level 20
Blinds: 10,000/15,000     Ante: 15,000
Stack Updates Posted Sunday 25th February, 2024 at 18:38(UTC-7) by Lyle Bateman

There are just under 10 minutes left in Level 19 and Dave Howat is the big leader now with almost 2 million chips. I didn't see any other stacks of more than 1 million as Bash Ramahi, the other millionaire from the break, lost a bit at this level.

Player Chips Progress
Dave Howat 1,950,000 600,000
Tyrone Hanna 800,000 166,000
Bash Ramahi 730,000 320,000
Holly Berry 640,000 220,000
Kris Steinbach 530,000 172,000
Three Table Redraw Posted Sunday 25th February, 2024 at 18:17(UTC-7) by Lyle Bateman

They are down to 27 left and redrawing for new seats on the final three tables.

Player Chips Progress
Brett Worton 0 0
Mal Hagan 0 0
Down to 29 Posted Sunday 25th February, 2024 at 17:55(UTC-7) by Lyle Bateman

They are down to 29 players left and I've updated the chip counts from the previous break. Dave Howat is still leading with Bash Ramahi in second and Eric Wasylenko in 3rd.

Player Chips Progress
Hamish Tong 0 0
17:54 (UTC-7)
Start of Level 19
Blinds: 6,000/12,000     Ante: 12,000
32 Left Posted Sunday 25th February, 2024 at 17:21(UTC-7) by Lyle Bateman

Haven Taylor was the most recent bust today in 33rd place, shortly before the end of Level 18. I'll get full chip counts on the break to update the remaining players.

Player Chips Progress
Haven Taylor 0 0
Down to 33 Posted Sunday 25th February, 2024 at 17:07(UTC-7) by Lyle Bateman

Glenn Tarasoff and Kyle Bonazzo were the most recent casualties today from the Main Event, bringing the field to 33 left.

Player Chips Progress
Kyle Bonazzo 0 0
Glenn Tarasoff 0 0
Down to 35 Posted Sunday 25th February, 2024 at 16:58(UTC-7) by Lyle Bateman

Ryan Comely just picked up his payout ticket for 36th place, the first player out from the final four tables.

Player Chips Progress
Ryan Comely 0 0
Down to Four Tables Posted Sunday 25th February, 2024 at 16:51(UTC-7) by Lyle Bateman

There are 36 players left now on the final four tables after Ricardo Teixeira busted in 37th place for the final payout of $2,400. The next player out will get a pay jump to $2,630.

Player Chips Progress
Ricardo Teixeira 0 0
Lawson Calls it Down Posted Sunday 25th February, 2024 at 16:44(UTC-7) by Lyle Bateman

Chris Lawson raised to 22k and Hamish Tong called from the big blind to see on the flop. Both players checked to the turn where Tong fired 30k.

Lawson called to the river and bet 35k after a check from Tong. Tong decided to check-raise it to 150k, but after a short time in the tank Lawson called. His was good against missed draw with queen-eight for Tong.

Meanwhile, Josh Wallace and Jay Tran hit the rail on other tables to put the field at 37.

Player Chips Progress
Chris Lawson 550,000 432,000
Hamish Tong 300,000 345,000
Jay Tran 0 0
Josh Wallace 0 0
Down to 39 to Start Level 18 Posted Sunday 25th February, 2024 at 16:26(UTC-7) by Lyle Bateman

They are down to 39 players left after Andy Li and Thomas Taylor hit the rail late in Level 17.

Player Chips Progress
Thomas Taylor 0 0
Andy Li 0 0
16:24 (UTC-7)
Start of Level 18
Blinds: 5,000/10,000     Ante: 10,000
Down to 41 Posted Sunday 25th February, 2024 at 16:17(UTC-7) by Lyle Bateman

They are down to 41 players left in the Main Event with about 5 minutes to play in Level 17. Nu Teliani and Ian Modder were the most recent busts.

Player Chips Progress
Ian Modder 0 0
Nu Teliani 0 0
44 Players Left Posted Sunday 25th February, 2024 at 16:01(UTC-7) by Lyle Bateman

Darcy van Wachem was the most recent bust from the Main Event to bring the field to 44 players left now. There are about 20 minutes remaining in Level 17.

Player Chips Progress
Darcy Van Wachem 0 0
Down to 45 Left Posted Sunday 25th February, 2024 at 15:52(UTC-7) by Lyle Bateman

They are down to 5 tables now with 45 players left alive. 

Player Chips Progress
Ryan McClean 0 0
Dale Chalifoux 0 0
Jude Porpor 0 0
Cuong Nguyen 0 0
Down to 48 Posted Sunday 25th February, 2024 at 15:28(UTC-7) by Lyle Bateman

They are down to 48 now after Vuong Nguyen hit the rail in 49th place.

15:25 (UTC-7)
Start of Level 17
Blinds: 4,000/8,000     Ante: 8,000
Howat Leads Final 49 at Break Posted Sunday 25th February, 2024 at 15:21(UTC-7) by Lyle Bateman

Mike X was the player out in 50th place tonight while Dave Howat and Bash Ramahi look to have taken over the top two stacks coming back from the break.

Player Chips Progress
Dave Howat 1,040,000 680,500
Bash Ramahi 830,000 514,000
Hamish Tong 645,000 370,500
Jayvee Lumahan 495,000 236,500
Mike X 0 0
Down to 50 Posted Sunday 25th February, 2024 at 15:03(UTC-7) by Lyle Bateman

Matt McLeish was the third player to exit with cash today. There are 5 more payouts of $2,240 before it jumps to $2,400.

Player Chips Progress
Matt McLeish 0 0
Down to 51 Posted Sunday 25th February, 2024 at 15:00(UTC-7) by Lyle Bateman

Ed Zurawell was the first player out in the money today, followed shortly by Tiny Hoang.

Player Chips Progress
Tony Hoang 0 0
In the Money Posted Sunday 25th February, 2024 at 14:56(UTC-7) by Lyle Bateman

The remaining players are now all guaranteed some cash today after start of day leader Hasan Al Ghunaim was the unfortunate bubble today.

Player Chips Progress
Sopheak Heang 152,000 0
Ed Zurawell 0 0
Hasan Al Ghunaim 0 0
Sopheak Heang 0 0
Ki Lee 0 0
Hassan Issa 0 0
Andrew Beliveau 0 0
Hand for Hand Posted Sunday 25th February, 2024 at 14:41(UTC-7) by Lyle Bateman

They are down to 54 players left in the game on six tables now, and the action is hand for hand to the money.

The Main Event in Action Posted Sunday 25th February, 2024 at 14:38(UTC-7) by Lyle Bateman

56 Left Posted Sunday 25th February, 2024 at 14:27(UTC-7) by Lyle Bateman

They are three off the money spots now after Kijoon Nam, Harold Boutelier, and Guy Alm hit the rail just before the cashouts.

Player Chips Progress
Guy Alm 0 0
Kijoon Nam 0 0
Harold Boutilier 0 0
Six off the Money Posted Sunday 25th February, 2024 at 14:22(UTC-7) by Lyle Bateman

They are down to 59 players left in the game now as Shawn Leis was one of the recent players to hit the rail before the money. I think there are a couple more busts that I've missed so far but I'll try to update those as they get closer to the money,

Player Chips Progress
Shawn Leis 0 0
Down to 62 Players Posted Sunday 25th February, 2024 at 14:12(UTC-7) by Lyle Bateman

They are down to 61 players now, nine off the money spots. The players on the Chip Counts page are now accurate for who is still in and who has hit the rail, though the stack sizes are stale from the start of day still. I'll try to grab counts on the break.

Player Chips Progress
Kim Pham 0 0
Final Seven Tables to Start Second Level of the Day Posted Sunday 25th February, 2024 at 14:04(UTC-7) by Lyle Bateman
Player Chips Progress
Tony Basile 0 0
14:02 (UTC-7)
Start of Level 16
Blinds: 3,000/6,000     Ante: 6,000
10 Off the Money Posted Sunday 25th February, 2024 at 13:52(UTC-7) by Lyle Bateman

They are down to 63 players left now and breaking down to the final 7 tables with Table 20 breaking up now. I'm a bit behind in busting players as they leave as the action has been moving pretty quickly today, but most of the players in the counts are still in the game.

Player Chips Progress
Devon Tamagi 0 0
67 Players Left Posted Sunday 25th February, 2024 at 13:49(UTC-7) by Lyle Bateman

The action is moving quickly today with 67 players left and just over 15 minutes to go in the opening level of the day.

Player Chips Progress
Wilfred McNeely 0 0
Dino Rajabi 0 0
Gerald Chung 0 0
Stuart Linnen 0 0
Deven Lane 0 0
Tyson Stevenson 0 0
Ron Lauzon 0 0
Dave Desanghere 0 0
First Table Break of the Day Posted Sunday 25th February, 2024 at 13:28(UTC-7) by Lyle Bateman

They are down to 72 players left now and are breaking down to 8 tables now as Table 21 is breaking after the exit of Skyler York in 73rd.

Player Chips Progress
Skyler York 0 0
Short Stacks Busting Posted Sunday 25th February, 2024 at 13:25(UTC-7) by Lyle Bateman

They are down to 73 players left now in the Main Event after a few quick busts in the first 20 minutes of play. Among the players to hit the rail in the early running have been PLO winner David Ko, Zeyu "Skytrain" Huang, and Julius Roque.

Player Chips Progress
David Ko 0 0
Zeyu Huang 0 0
Julius Roque 0 0
Day 2 is Underway Posted Sunday 25th February, 2024 at 13:03(UTC-7) by Lyle Bateman

Day 2 of the Main Event is now underway with 79 players returning for 53 paid spots.

13:01 (UTC-7)
Start of Level 15
Blinds: 2,500/5,000     Ante: 5,000
Day 2 Seat Assignments by Table Posted Sunday 25th February, 2024 at 01:59(UTC-7) by Lyle Bateman

Table

Seat

Player

Chips

13 1 Kijoon Nam 141,500
13 2 Julius Roque 53,000
13 3 Kim Graham 232,500
13 4 Haven Taylor 150,000
13 5 Daniel O'Leary 142,500
13 6 Dave Desanghere 28,500
13 7 Hassan Issa 43,000
13 8 Thomas Taylor 237,000
13 9 Paul Bihis 146,000
14 1 Deven Lane 114,500
14 2 Leo Brouwer 114,000
14 3 Sopheak Heang 152,000
14 4 Ryan Teixeira 154,500
14 5 Tyrone Hanna 127,000
14 6 Ryan Comely 133,000
14 7 Sheraz Nasir 110,000
14 8 Brett Worton 96,000
14 9 Tony Hoang 180,000
15 1 Yeping Shan 227,000
15 2 Guy Alm 167,500
15 3 Hasan Al Ghunaim 779,500
15 4 Gerald Chung 84,000
15 5 Kyle Levicki 165,500
15 6 Kris Steinbach 171,000
15 7 Ki Lee 153,500
15 8 Chris Lawson 118,000
15 9 Ali Khani 306,500
16 1 Stuart Linner 141,000
16 2 Jude Porpor 106,000
16 3 Shariq Khan 111,500
16 4 Cuong Nguyen 180,500
16 5 Matt McLeish 42,500
16 6 Pete Fylyma 202,000
16 7 Mike X 69,000
16 8 Jayvee Lumahan 258,500
16 9 Andy Truong 103,000
17 1 Bash Ramahi 316,000
17 2 Jason Law 87,000
17 3 Tony Basile 119,000
17 4 Ed Zurawell 75,000
17 5 Andrew Beliveau 170,000
17 6 Dwight Chalifour 84,000
17 7 Ricardo Teixeira 187,000
17 8 Ron Lauzon 81,500
17 9 Colten Yamagishi 267,500
18 1 Andy Li 107,000
18 2 Mal Hagan 237,000
18 3
18 4 Benson Westwood 317,500
18 5 Tyson Stevenson 85,000
18 6 Scott Hill 219,500
18 7 Kyle Bonazzo 285,500
18 8 Wilfred McNeely Jr 210,500
18 9 Joe Herlein 218,500
19 1
19 2 Harold Boutilier 131,000
19 3 Herbert Zamora 145,000
19 4 John Donnelly 175,000
19 5 Ryan McClean 83,000
19 6 Shandon Clarke 104,000
19 7 Eric Wasylenko 340,000
19 8 Jonathan Gilbert 90,000
19 9 Nu Teliani 76,500
20 1
Zeyu 'SkyTrain' Huang
92,500
20 2 Holly Berry 85,500
20 3
Darcy van Wachem
111,000
20 4 Shawn Leis 49,000
20 5 Dave Howat 359,500
20 6 Darrell Moore 60,000
20 7 Jay Tran 97,500
20 8 Josh Wallace 186,000
20 9 David Ko 253,000
21 1 Skyler York 58,000
21 2
Shane Brotherwood
175,000
21 3 Dale Chalifoux 211,500
21 4 Dino Rajabi 61,000
21 5 Hamish Tong 274,500
21 6 Kim Pham 167,500
21 7 Ian Modder 110,500
21 8 Glenn Tarasoff 95,000
21 9 Devon Tamagi 145,000
Day 2 Players by Name Posted Sunday 25th February, 2024 at 01:57(UTC-7) by Lyle Bateman

Table

Seat

Player

Chips

15 9 Ali Khani 306,500
17 5 Andrew Beliveau 170,000
18 1 Andy Li 107,000
16 9 Andy Truong 103,000
17 1 Bash Ramahi 316,000
18 4 Benson Westwood 317,500
14 8 Brett Worton 96,000
15 8 Chris Lawson 118,000
17 9 Colten Yamagishi 267,500
16 4 Cuong Nguyen 180,500
21 3 Dale Chalifoux 211,500
13 5 Daniel O'Leary 142,500
20 3
Darcy van Wachem
111,000
20 6 Darrell Moore 60,000
13 6 Dave Desanghere 28,500
20 5 Dave Howat 359,500
20 9 David Ko 253,000
14 1 Deven Lane 114,500
21 9 Devon Tamagi 145,000
21 4 Dino Rajabi 61,000
17 6 Dwight Chalifour 84,000
17 4 Ed Zurawell 75,000
19 7 Eric Wasylenko 340,000
15 4 Gerald Chung 84,000
21 8 Glenn Tarasoff 95,000
15 2 Guy Alm 167,500
21 5 Hamish Tong 274,500
19 2 Harold Boutilier 131,000
15 3 Hasan Al Ghunaim 779,500
13 7 Hassan Issa 43,000
13 4 Haven Taylor 150,000
19 3 Herbert Zamora 145,000
20 2 Holly Berry 85,500
21 7 Ian Modder 110,500
17 2 Jason Law 87,000
20 7 Jay Tran 97,500
16 8 Jayvee Lumahan 258,500
18 9 Joe Herlein 218,500
19 4 John Donnelly 175,000
19 8 Jonathan Gilbert 90,000
20 8 Josh Wallace 186,000
16 2 Jude Porpor 106,000
13 2 Julius Roque 53,000
15 7 Ki Lee 153,500
13 1 Kijoon Nam 141,500
13 3 Kim Graham 232,500
21 6 Kim Pham 167,500
15 6 Kris Steinbach 171,000
18 7 Kyle Bonazzo 285,500
15 5 Kyle Levicki 165,500
14 2 Leo Brouwer 114,000
18 2 Mal Hagan 237,000
16 5 Matt McLeish 42,500
16 7 Mike X 69,000
19 9 Nu Teliani 76,500
13 9 Paul Bihis 146,000
16 6 Pete Fylyma 202,000
17 7 Ricardo Teixeira 187,000
17 8 Ron Lauzon 81,500
14 6 Ryan Comely 133,000
19 5 Ryan McClean 83,000
14 4 Ryan Teixeira 154,500
18 6 Scott Hill 219,500
19 6 Shandon Clarke 104,000
21 2
Shane Brotherwood
175,000
16 3 Shariq Khan 111,500
20 4 Shawn Leis 49,000
14 7 Sheraz Nasir 110,000
21 1 Skyler York 58,000
14 3 Sopheak Heang 152,000
16 1 Stuart Linner 141,000
13 8 Thomas Taylor 237,000
17 3 Tony Basile 119,000
14 9 Tony Hoang 180,000
14 5 Tyrone Hanna 127,000
18 5 Tyson Stevenson 85,000
18 8 Wilfred McNeely Jr 210,500
15 1 Yeping Shan 227,000
20 1
Zeyu 'SkyTrain' Huang
92,500
Hasan Al Ghunaim is the Stack to Beat for Day 2 Posted Sunday 25th February, 2024 at 01:49(UTC-7) by Lyle Bateman

Event #12: $1,100 Main Event ($990 + $110)
Day 2: Feb 25 - 1 pm
Day 3: Feb 26 - noon
Blinds: 60 Min
Entries: 417
Prizes: $392,189 ($73,049 to the Winner)

Day 2 of the first PPT Main Event of 2024 is now set and Hasan Al Ghunaim is the runaway leader with more than twice the chips of his next closest rival. Al Ghunaim will start the day with 779,500 while the rest of the top 5 are all playing in the 300k range.

It's going to be a grind to the money, however. There are 53 paid spots in this Main, but after a huge Day 1b ended with well over the 14% minimum, 79 players are coming back to the table on Sunday. That means 26 players will be going home empty-handed from Day 2 before anyone gets paid.

The action kicks off at 1 pm, but players should be in the room no later than 12:45 so the cards are in the air on time. The typical plan for Day 2 is to play down to the final table, but decisions will be made as the day progresses. Look for another post here shortly with seat assignments, and go to Chip Counts for a look at how the combined Day 2 field stacks up.

01:35 (UTC-7)
Day 2 of 2024 PPT Series #1 Started
Level: 14     Blinds: 2,000/4,000     Ante: 4,000

Your search results are valid for . More Info
Travel search results are valid for a period of 20 minutes. If you do not book by this time, items in your cart may change in price or become unavailable.