1 | SHOW FULL COLUMNS FROM `website_contents` | | 35 | 35 | 5 |
2 | SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'latin1_swedish_ci'; | | 1 | 1 | 3 |
3 | SHOW FULL COLUMNS FROM `website_access_levels` | | 3 | 3 | 4 |
4 | SHOW FULL COLUMNS FROM `shop_access_levels` | | 5 | 5 | 4 |
5 | SHOW FULL COLUMNS FROM `people` | | 94 | 94 | 6 |
6 | SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8_general_ci'; | | 1 | 1 | 0 |
7 | SHOW FULL COLUMNS FROM `countries` | | 17 | 17 | 6 |
8 | SHOW FULL COLUMNS FROM `user_types` | | 11 | 11 | 4 |
9 | SHOW FULL COLUMNS FROM `person_shop_products` | | 8 | 8 | 4 |
10 | SHOW FULL COLUMNS FROM `shop_orders` | | 23 | 23 | 4 |
11 | SHOW FULL COLUMNS FROM `payment_methods` | | 2 | 2 | 3 |
12 | SHOW FULL COLUMNS FROM `shop_order_statuses` | | 2 | 2 | 5 |
13 | SHOW FULL COLUMNS FROM `discounts` | | 6 | 6 | 6 |
14 | SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8_bin'; | | 1 | 1 | 4 |
15 | SHOW FULL COLUMNS FROM `logins` | | 4 | 4 | 4 |
16 | SHOW FULL COLUMNS FROM `shop_categories` | | 12 | 12 | 4 |
17 | SHOW FULL COLUMNS FROM `shop_products` | | 27 | 27 | 4 |
18 | SHOW FULL COLUMNS FROM `shop_pricing_units` | | 3 | 3 | 3 |
19 | SHOW FULL COLUMNS FROM `shop_ordered_products` | | 7 | 7 | 3 |
20 | SHOW FULL COLUMNS FROM `shop_access_levels_shop_products` | | 3 | 3 | 4 |
21 | SHOW FULL COLUMNS FROM `shop_addon_products` | | 2 | 2 | 5 |
22 | SHOW FULL COLUMNS FROM `shop_sub_products` | | 4 | 4 | 6 |
23 | SHOW FULL COLUMNS FROM `people_shop_categories` | | 2 | 2 | 3 |
24 | SHOW FULL COLUMNS FROM `interests` | | 3 | 3 | 3 |
25 | SHOW FULL COLUMNS FROM `interest_groups` | | 2 | 2 | 5 |
26 | SHOW FULL COLUMNS FROM `interests_people` | | 3 | 3 | 4 |
27 | SHOW FULL COLUMNS FROM `your_menu_items` | | 5 | 5 | 3 |
28 | SHOW FULL COLUMNS FROM `website_content_types` | | 6 | 6 | 4 |
29 | SHOW FULL COLUMNS FROM `website_top_categories` | | 10 | 10 | 3 |
30 | SHOW FULL COLUMNS FROM `website_top_category_types` | | 2 | 2 | 5 |
31 | SHOW FULL COLUMNS FROM `website_categories` | | 3 | 3 | 3 |
32 | SHOW FULL COLUMNS FROM `website_categories_website_contents` | | 2 | 2 | 3 |
33 | SHOW FULL COLUMNS FROM `website_categories_website_top_categories` | | 2 | 2 | 5 |
34 | SHOW FULL COLUMNS FROM `configuration` | | 5 | 5 | 3 |
35 | SELECT `Country`.`id`, `Country`.`name`, `Country`.`iso_code`, `Country`.`gmt_offset`, `Country`.`int_dial_code`, `Country`.`is_domicile_country`, `Country`.`is_origin_country`, `Country`.`is_destination_country`, `Country`.`is_trading_country`, `Country`.`name_fr`, `Country`.`name_es`, `Country`.`name_pt`, `Country`.`name_de`, `Country`.`name_cn`, `Country`.`name_th`, `Country`.`name_ru`, `Country`.`tax_rate` FROM `countries` AS `Country` WHERE `Country`.`id` = 270 LIMIT 1 | | 1 | 1 | 0 |
36 | SELECT `ShopAccessLevel`.`id`, `ShopAccessLevel`.`name`, `ShopAccessLevel`.`description`, `ShopAccessLevel`.`price`, `ShopAccessLevel`.`visible` FROM `shop_access_levels` AS `ShopAccessLevel` WHERE `ShopAccessLevel`.`id` = 1 LIMIT 1 | | 1 | 1 | 0 |
37 | SELECT `WebsiteAccessLevel`.`id`, `WebsiteAccessLevel`.`name`, `WebsiteAccessLevel`.`shop_access_level_id` FROM `website_access_levels` AS `WebsiteAccessLevel` WHERE `WebsiteAccessLevel`.`id` = 1 LIMIT 1 | | 1 | 1 | 0 |
38 | SELECT `Configuration`.`id`, `Configuration`.`name`, `Configuration`.`value`, `Configuration`.`input_type`, `Configuration`.`cronjob` FROM `configuration` AS `Configuration` WHERE 1 = 1 | | 16 | 16 | 0 |
39 | SELECT `WebsiteContent`.`id`, `WebsiteContent`.`name` FROM `website_contents` AS `WebsiteContent` WHERE `WebsiteContent`.`in_footer` = 1 AND `WebsiteContent`.`visible` = 1 | | 4 | 4 | 2 |
40 | SELECT `WebsiteContent`.`id`, `WebsiteContent`.`name` FROM `website_contents` AS `WebsiteContent` WHERE `WebsiteContent`.`subscription_type` = 1 AND `WebsiteContent`.`visible` = 1 ORDER BY IF(name = 'Compare Levels', 1, 0) ASC, id ASC | | 4 | 4 | 1 |
41 | SELECT `WebsiteContent`.`id`, `WebsiteContent`.`name` FROM `website_contents` AS `WebsiteContent` WHERE `WebsiteContent`.`information` = 1 AND `WebsiteContent`.`visible` = 1 | | 4 | 4 | 1 |
42 | SELECT `WebsiteContent`.`id`, `WebsiteContent`.`name` FROM `website_contents` AS `WebsiteContent` WHERE `WebsiteContent`.`service` = 1 AND `WebsiteContent`.`visible` = 1 | | 3 | 3 | 1 |
43 | SHOW FULL COLUMNS FROM `settlement_prices` | | 32 | 32 | 5 |
44 | SELECT `SettlementPrice`.`id`, `SettlementPrice`.`date`, `SettlementPrice`.`month_1`, `SettlementPrice`.`month_2`, `SettlementPrice`.`month_3`, `SettlementPrice`.`month_4`, `SettlementPrice`.`month_5`, `SettlementPrice`.`market`, `SettlementPrice`.`entered_by`, `SettlementPrice`.`month`, `SettlementPrice`.`year`, `SettlementPrice`.`month_1_name`, `SettlementPrice`.`month_2_name`, `SettlementPrice`.`month_3_name`, `SettlementPrice`.`month_4_name`, `SettlementPrice`.`month_5_name`, `SettlementPrice`.`open_1`, `SettlementPrice`.`open_2`, `SettlementPrice`.`open_3`, `SettlementPrice`.`open_4`, `SettlementPrice`.`open_5`, `SettlementPrice`.`change_1`, `SettlementPrice`.`change_2`, `SettlementPrice`.`change_3`, `SettlementPrice`.`change_4`, `SettlementPrice`.`change_5`, `SettlementPrice`.`volume_1`, `SettlementPrice`.`volume_2`, `SettlementPrice`.`volume_3`, `SettlementPrice`.`volume_4`, `SettlementPrice`.`volume_5`, `SettlementPrice`.`visible` FROM `settlement_prices` AS `SettlementPrice` WHERE `SettlementPrice`.`market` = '5' ORDER BY `SettlementPrice`.`date` DESC LIMIT 1 | | 1 | 1 | 0 |
45 | SELECT `SettlementPrice`.`id`, `SettlementPrice`.`date`, `SettlementPrice`.`month_1`, `SettlementPrice`.`month_2`, `SettlementPrice`.`month_3`, `SettlementPrice`.`month_4`, `SettlementPrice`.`month_5`, `SettlementPrice`.`market`, `SettlementPrice`.`entered_by`, `SettlementPrice`.`month`, `SettlementPrice`.`year`, `SettlementPrice`.`month_1_name`, `SettlementPrice`.`month_2_name`, `SettlementPrice`.`month_3_name`, `SettlementPrice`.`month_4_name`, `SettlementPrice`.`month_5_name`, `SettlementPrice`.`open_1`, `SettlementPrice`.`open_2`, `SettlementPrice`.`open_3`, `SettlementPrice`.`open_4`, `SettlementPrice`.`open_5`, `SettlementPrice`.`change_1`, `SettlementPrice`.`change_2`, `SettlementPrice`.`change_3`, `SettlementPrice`.`change_4`, `SettlementPrice`.`change_5`, `SettlementPrice`.`volume_1`, `SettlementPrice`.`volume_2`, `SettlementPrice`.`volume_3`, `SettlementPrice`.`volume_4`, `SettlementPrice`.`volume_5`, `SettlementPrice`.`visible` FROM `settlement_prices` AS `SettlementPrice` WHERE `SettlementPrice`.`market` = '11' ORDER BY `SettlementPrice`.`date` DESC LIMIT 1 | | 1 | 1 | 0 |
46 | SELECT `SettlementPrice`.`id`, `SettlementPrice`.`date`, `SettlementPrice`.`month_1`, `SettlementPrice`.`month_2`, `SettlementPrice`.`month_3`, `SettlementPrice`.`month_4`, `SettlementPrice`.`month_5`, `SettlementPrice`.`market`, `SettlementPrice`.`entered_by`, `SettlementPrice`.`month`, `SettlementPrice`.`year`, `SettlementPrice`.`month_1_name`, `SettlementPrice`.`month_2_name`, `SettlementPrice`.`month_3_name`, `SettlementPrice`.`month_4_name`, `SettlementPrice`.`month_5_name`, `SettlementPrice`.`open_1`, `SettlementPrice`.`open_2`, `SettlementPrice`.`open_3`, `SettlementPrice`.`open_4`, `SettlementPrice`.`open_5`, `SettlementPrice`.`change_1`, `SettlementPrice`.`change_2`, `SettlementPrice`.`change_3`, `SettlementPrice`.`change_4`, `SettlementPrice`.`change_5`, `SettlementPrice`.`volume_1`, `SettlementPrice`.`volume_2`, `SettlementPrice`.`volume_3`, `SettlementPrice`.`volume_4`, `SettlementPrice`.`volume_5`, `SettlementPrice`.`visible` FROM `settlement_prices` AS `SettlementPrice` WHERE `SettlementPrice`.`market` = '16' ORDER BY `SettlementPrice`.`date` DESC LIMIT 1 | | 1 | 1 | 0 |
47 | SELECT `SettlementPrice`.`id`, `SettlementPrice`.`date`, `SettlementPrice`.`month_1`, `SettlementPrice`.`month_2`, `SettlementPrice`.`month_3`, `SettlementPrice`.`month_4`, `SettlementPrice`.`month_5`, `SettlementPrice`.`market`, `SettlementPrice`.`entered_by`, `SettlementPrice`.`month`, `SettlementPrice`.`year`, `SettlementPrice`.`month_1_name`, `SettlementPrice`.`month_2_name`, `SettlementPrice`.`month_3_name`, `SettlementPrice`.`month_4_name`, `SettlementPrice`.`month_5_name`, `SettlementPrice`.`open_1`, `SettlementPrice`.`open_2`, `SettlementPrice`.`open_3`, `SettlementPrice`.`open_4`, `SettlementPrice`.`open_5`, `SettlementPrice`.`change_1`, `SettlementPrice`.`change_2`, `SettlementPrice`.`change_3`, `SettlementPrice`.`change_4`, `SettlementPrice`.`change_5`, `SettlementPrice`.`volume_1`, `SettlementPrice`.`volume_2`, `SettlementPrice`.`volume_3`, `SettlementPrice`.`volume_4`, `SettlementPrice`.`volume_5`, `SettlementPrice`.`visible` FROM `settlement_prices` AS `SettlementPrice` WHERE `SettlementPrice`.`market` = '5' ORDER BY `SettlementPrice`.`date` DESC LIMIT 1 | | 1 | 1 | 0 |
48 | SELECT `SettlementPrice`.`id`, `SettlementPrice`.`date`, `SettlementPrice`.`month_1`, `SettlementPrice`.`month_2`, `SettlementPrice`.`month_3`, `SettlementPrice`.`month_4`, `SettlementPrice`.`month_5`, `SettlementPrice`.`market`, `SettlementPrice`.`entered_by`, `SettlementPrice`.`month`, `SettlementPrice`.`year`, `SettlementPrice`.`month_1_name`, `SettlementPrice`.`month_2_name`, `SettlementPrice`.`month_3_name`, `SettlementPrice`.`month_4_name`, `SettlementPrice`.`month_5_name`, `SettlementPrice`.`open_1`, `SettlementPrice`.`open_2`, `SettlementPrice`.`open_3`, `SettlementPrice`.`open_4`, `SettlementPrice`.`open_5`, `SettlementPrice`.`change_1`, `SettlementPrice`.`change_2`, `SettlementPrice`.`change_3`, `SettlementPrice`.`change_4`, `SettlementPrice`.`change_5`, `SettlementPrice`.`volume_1`, `SettlementPrice`.`volume_2`, `SettlementPrice`.`volume_3`, `SettlementPrice`.`volume_4`, `SettlementPrice`.`volume_5`, `SettlementPrice`.`visible` FROM `settlement_prices` AS `SettlementPrice` WHERE `SettlementPrice`.`market` = '11' ORDER BY `SettlementPrice`.`date` DESC LIMIT 1 | | 1 | 1 | 0 |
49 | SHOW FULL COLUMNS FROM `prices` | | 24 | 24 | 4 |
50 | SELECT `Price`.`id`, `Price`.`retrieved`, `Price`.`delay`, `Price`.`root`, `Price`.`symbol`, `Price`.`description`, `Price`.`month`, `Price`.`year`, `Price`.`recent`, `Price`.`change_open`, `Price`.`change_old_settle`, `Price`.`opening_price`, `Price`.`high`, `Price`.`low`, `Price`.`volume`, `Price`.`opening_interest`, `Price`.`exchange`, `Price`.`time`, `Price`.`entered_date`, `Price`.`person_id`, `Price`.`change`, `Price`.`total_volume`, `Price`.`new_settlement`, `Price`.`oldsettle` FROM `prices` AS `Price` WHERE `Price`.`root` = 'W-ICL' ORDER BY `Price`.`id` ASC LIMIT 20 | | 8 | 8 | 0 |
51 | SELECT `Price`.`id`, `Price`.`retrieved`, `Price`.`delay`, `Price`.`root`, `Price`.`symbol`, `Price`.`description`, `Price`.`month`, `Price`.`year`, `Price`.`recent`, `Price`.`change_open`, `Price`.`change_old_settle`, `Price`.`opening_price`, `Price`.`high`, `Price`.`low`, `Price`.`volume`, `Price`.`opening_interest`, `Price`.`exchange`, `Price`.`time`, `Price`.`entered_date`, `Price`.`person_id`, `Price`.`change`, `Price`.`total_volume`, `Price`.`new_settlement`, `Price`.`oldsettle` FROM `prices` AS `Price` WHERE `Price`.`root` = 'SB' ORDER BY `Price`.`id` ASC LIMIT 20 | | 12 | 12 | 0 |
52 | SELECT `Price`.`id`, `Price`.`retrieved`, `Price`.`delay`, `Price`.`root`, `Price`.`symbol`, `Price`.`description`, `Price`.`month`, `Price`.`year`, `Price`.`recent`, `Price`.`change_open`, `Price`.`change_old_settle`, `Price`.`opening_price`, `Price`.`high`, `Price`.`low`, `Price`.`volume`, `Price`.`opening_interest`, `Price`.`exchange`, `Price`.`time`, `Price`.`entered_date`, `Price`.`person_id`, `Price`.`change`, `Price`.`total_volume`, `Price`.`new_settlement`, `Price`.`oldsettle` FROM `prices` AS `Price` WHERE `Price`.`root` = 'SFQ' ORDER BY `Price`.`id` ASC LIMIT 20 | | 11 | 11 | 0 |
53 | SELECT `WebsiteContent`.`id`, `WebsiteContent`.`website_content_type_id`, `WebsiteContent`.`website_top_category_id`, `WebsiteContent`.`name`, `WebsiteContent`.`author`, `WebsiteContent`.`filename`, `WebsiteContent`.`related_url`, `WebsiteContent`.`download_url`, `WebsiteContent`.`created`, `WebsiteContent`.`short_description`, `WebsiteContent`.`long_description`, `WebsiteContent`.`website_access_level_id`, `WebsiteContent`.`email`, `WebsiteContent`.`featured`, `WebsiteContent`.`feature_date`, `WebsiteContent`.`feature_text`, `WebsiteContent`.`news_type_id`, `WebsiteContent`.`shop_category_id`, `WebsiteContent`.`import_news_id`, `WebsiteContent`.`hits`, `WebsiteContent`.`denials`, `WebsiteContent`.`image_filename`, `WebsiteContent`.`in_header`, `WebsiteContent`.`in_footer`, `WebsiteContent`.`subscription_type`, `WebsiteContent`.`service`, `WebsiteContent`.`information`, `WebsiteContent`.`is_link`, `WebsiteContent`.`links`, `WebsiteContent`.`active`, `WebsiteContent`.`travelling_trader`, `WebsiteContent`.`ebriefing`, `WebsiteContent`.`marketcenter_id`, `WebsiteContent`.`country_id`, `WebsiteContent`.`visible` FROM `website_contents` AS `WebsiteContent` WHERE `WebsiteContent`.`website_content_type_id` = 1 AND `WebsiteContent`.`created` BETWEEN DATE_SUB(NOW(), INTERVAL 15 DAY) AND NOW() ORDER BY `WebsiteContent`.`created` DESC LIMIT 10 | | 0 | 0 | 2 |
54 | SELECT `WebsiteContent`.`id`, `WebsiteContent`.`website_content_type_id`, `WebsiteContent`.`website_top_category_id`, `WebsiteContent`.`name`, `WebsiteContent`.`author`, `WebsiteContent`.`filename`, `WebsiteContent`.`related_url`, `WebsiteContent`.`download_url`, `WebsiteContent`.`created`, `WebsiteContent`.`short_description`, `WebsiteContent`.`long_description`, `WebsiteContent`.`website_access_level_id`, `WebsiteContent`.`email`, `WebsiteContent`.`featured`, `WebsiteContent`.`feature_date`, `WebsiteContent`.`feature_text`, `WebsiteContent`.`news_type_id`, `WebsiteContent`.`shop_category_id`, `WebsiteContent`.`import_news_id`, `WebsiteContent`.`hits`, `WebsiteContent`.`denials`, `WebsiteContent`.`image_filename`, `WebsiteContent`.`in_header`, `WebsiteContent`.`in_footer`, `WebsiteContent`.`subscription_type`, `WebsiteContent`.`service`, `WebsiteContent`.`information`, `WebsiteContent`.`is_link`, `WebsiteContent`.`links`, `WebsiteContent`.`active`, `WebsiteContent`.`travelling_trader`, `WebsiteContent`.`ebriefing`, `WebsiteContent`.`marketcenter_id`, `WebsiteContent`.`country_id`, `WebsiteContent`.`visible` FROM `website_contents` AS `WebsiteContent` WHERE `WebsiteContent`.`website_content_type_id` = 1 AND `WebsiteContent`.`created` BETWEEN DATE_SUB(NOW(), INTERVAL 15 DAY) AND NOW() ORDER BY `WebsiteContent`.`hits` DESC LIMIT 10 | | 0 | 0 | 1 |
55 | SELECT `WebsiteTopCategory`.`id`, `WebsiteTopCategory`.`website_top_category_type_id`, `WebsiteTopCategory`.`name`, `WebsiteTopCategory`.`default_website_content_id`, `WebsiteTopCategory`.`website_access_level_id`, `WebsiteTopCategory`.`shop_category_id`, `WebsiteTopCategory`.`blurb`, `WebsiteTopCategory`.`image_file`, `WebsiteTopCategory`.`sample_file`, `WebsiteTopCategory`.`visible`, `WebsiteAccessLevel`.`id`, `WebsiteAccessLevel`.`name`, `WebsiteAccessLevel`.`shop_access_level_id` FROM `website_top_categories` AS `WebsiteTopCategory` LEFT JOIN `website_access_levels` AS `WebsiteAccessLevel` ON (`WebsiteTopCategory`.`website_access_level_id` = `WebsiteAccessLevel`.`id`) WHERE `WebsiteTopCategory`.`visible` = 1 AND `WebsiteTopCategory`.`website_top_category_type_id` = 15 AND `WebsiteTopCategory`.`website_access_level_id` <= 1 ORDER BY `WebsiteTopCategory`.`name` ASC | | 1 | 1 | 0 |
56 | SELECT `WebsiteTopCategory`.`id`, `WebsiteTopCategory`.`website_top_category_type_id`, `WebsiteTopCategory`.`name`, `WebsiteTopCategory`.`default_website_content_id`, `WebsiteTopCategory`.`website_access_level_id`, `WebsiteTopCategory`.`shop_category_id`, `WebsiteTopCategory`.`blurb`, `WebsiteTopCategory`.`image_file`, `WebsiteTopCategory`.`sample_file`, `WebsiteTopCategory`.`visible`, `WebsiteAccessLevel`.`id`, `WebsiteAccessLevel`.`name`, `WebsiteAccessLevel`.`shop_access_level_id` FROM `website_top_categories` AS `WebsiteTopCategory` LEFT JOIN `website_access_levels` AS `WebsiteAccessLevel` ON (`WebsiteTopCategory`.`website_access_level_id` = `WebsiteAccessLevel`.`id`) WHERE `WebsiteTopCategory`.`visible` = 1 AND `WebsiteTopCategory`.`website_top_category_type_id` = 15 AND `WebsiteTopCategory`.`website_access_level_id` > 1 ORDER BY `WebsiteTopCategory`.`website_access_level_id` ASC, `WebsiteTopCategory`.`name` ASC | | 26 | 26 | 0 |
57 | SELECT `WebsiteContent`.`id`, `WebsiteContent`.`website_content_type_id`, `WebsiteContent`.`website_top_category_id`, `WebsiteContent`.`name`, `WebsiteContent`.`author`, `WebsiteContent`.`filename`, `WebsiteContent`.`related_url`, `WebsiteContent`.`download_url`, `WebsiteContent`.`created`, `WebsiteContent`.`short_description`, `WebsiteContent`.`long_description`, `WebsiteContent`.`website_access_level_id`, `WebsiteContent`.`email`, `WebsiteContent`.`featured`, `WebsiteContent`.`feature_date`, `WebsiteContent`.`feature_text`, `WebsiteContent`.`news_type_id`, `WebsiteContent`.`shop_category_id`, `WebsiteContent`.`import_news_id`, `WebsiteContent`.`hits`, `WebsiteContent`.`denials`, `WebsiteContent`.`image_filename`, `WebsiteContent`.`in_header`, `WebsiteContent`.`in_footer`, `WebsiteContent`.`subscription_type`, `WebsiteContent`.`service`, `WebsiteContent`.`information`, `WebsiteContent`.`is_link`, `WebsiteContent`.`links`, `WebsiteContent`.`active`, `WebsiteContent`.`travelling_trader`, `WebsiteContent`.`ebriefing`, `WebsiteContent`.`marketcenter_id`, `WebsiteContent`.`country_id`, `WebsiteContent`.`visible`, `WebsiteAccessLevel`.`id`, `WebsiteAccessLevel`.`name`, `WebsiteAccessLevel`.`shop_access_level_id`, `WebsiteContentType`.`id`, `WebsiteContentType`.`name`, `WebsiteContentType`.`order_in_menu`, `WebsiteContentType`.`display_name`, `WebsiteContentType`.`visible`, `WebsiteContentType`.`slug`, `WebsiteTopCategory`.`id`, `WebsiteTopCategory`.`website_top_category_type_id`, `WebsiteTopCategory`.`name`, `WebsiteTopCategory`.`default_website_content_id`, `WebsiteTopCategory`.`website_access_level_id`, `WebsiteTopCategory`.`shop_category_id`, `WebsiteTopCategory`.`blurb`, `WebsiteTopCategory`.`image_file`, `WebsiteTopCategory`.`sample_file`, `WebsiteTopCategory`.`visible`, `Country`.`id`, `Country`.`name`, `Country`.`iso_code`, `Country`.`gmt_offset`, `Country`.`int_dial_code`, `Country`.`is_domicile_country`, `Country`.`is_origin_country`, `Country`.`is_destination_country`, `Country`.`is_trading_country`, `Country`.`name_fr`, `Country`.`name_es`, `Country`.`name_pt`, `Country`.`name_de`, `Country`.`name_cn`, `Country`.`name_th`, `Country`.`name_ru`, `Country`.`tax_rate` FROM `website_contents` AS `WebsiteContent` LEFT JOIN `website_access_levels` AS `WebsiteAccessLevel` ON (`WebsiteContent`.`website_access_level_id` = `WebsiteAccessLevel`.`id`) LEFT JOIN `website_content_types` AS `WebsiteContentType` ON (`WebsiteContent`.`website_content_type_id` = `WebsiteContentType`.`id`) LEFT JOIN `website_top_categories` AS `WebsiteTopCategory` ON (`WebsiteContent`.`website_top_category_id` = `WebsiteTopCategory`.`id`) LEFT JOIN `countries` AS `Country` ON (`WebsiteContent`.`country_id` = `Country`.`id`) WHERE `WebsiteContent`.`id` = 452059 LIMIT 1 | | 1 | 1 | 2 |
58 | SELECT `WebsiteAccessLevel`.`name` FROM `website_access_levels` AS `WebsiteAccessLevel` WHERE `WebsiteAccessLevel`.`id` = 1 LIMIT 1 | | 1 | 1 | 0 |
59 | SELECT `WebsiteContent`.`id`, `WebsiteContent`.`website_content_type_id`, `WebsiteContent`.`website_top_category_id`, `WebsiteContent`.`name`, `WebsiteContent`.`author`, `WebsiteContent`.`filename`, `WebsiteContent`.`related_url`, `WebsiteContent`.`download_url`, `WebsiteContent`.`created`, `WebsiteContent`.`short_description`, `WebsiteContent`.`long_description`, `WebsiteContent`.`website_access_level_id`, `WebsiteContent`.`email`, `WebsiteContent`.`featured`, `WebsiteContent`.`feature_date`, `WebsiteContent`.`feature_text`, `WebsiteContent`.`news_type_id`, `WebsiteContent`.`shop_category_id`, `WebsiteContent`.`import_news_id`, `WebsiteContent`.`hits`, `WebsiteContent`.`denials`, `WebsiteContent`.`image_filename`, `WebsiteContent`.`in_header`, `WebsiteContent`.`in_footer`, `WebsiteContent`.`subscription_type`, `WebsiteContent`.`service`, `WebsiteContent`.`information`, `WebsiteContent`.`is_link`, `WebsiteContent`.`links`, `WebsiteContent`.`active`, `WebsiteContent`.`travelling_trader`, `WebsiteContent`.`ebriefing`, `WebsiteContent`.`marketcenter_id`, `WebsiteContent`.`country_id`, `WebsiteContent`.`visible` FROM `website_contents` AS `WebsiteContent` WHERE `WebsiteContent`.`id` = 452059 LIMIT 1 | | 1 | 1 | 1 |
60 | SELECT COUNT(*) AS `count` FROM `website_contents` AS `WebsiteContent` WHERE `WebsiteContent`.`id` = 452059 | | 1 | 1 | 0 |
61 | SELECT COUNT(*) AS `count` FROM `website_contents` AS `WebsiteContent` WHERE `WebsiteContent`.`id` = 452059 | | 1 | 1 | 0 |
62 | UPDATE `website_contents` SET `hits` = 69562 WHERE `website_contents`.`id` = 452059 | | 1 | | 45 |