| 1 | SELECT `BlogContent`.`id`, `BlogContent`.`name`, `BlogContent`.`title`, `BlogContent`.`description`, `BlogContent`.`layout`, `BlogContent`.`template`, `BlogContent`.`status`, `BlogContent`.`list_count`, `BlogContent`.`list_direction`, `BlogContent`.`feed_count`, `BlogContent`.`tag_use`, `BlogContent`.`comment_use`, `BlogContent`.`comment_approve`, `BlogContent`.`auth_captcha`, `BlogContent`.`widget_area`, `BlogContent`.`exclude_search`, `BlogContent`.`eye_catch_size`, `BlogContent`.`use_content`, `BlogContent`.`created`, `BlogContent`.`modified` FROM `seseraginet`.`new_pg_blog_contents` AS `BlogContent` WHERE 1 = 1 | | 1 | 1 | 102 |
| 2 | SELECT `MailContent`.`id`, `MailContent`.`name`, `MailContent`.`title`, `MailContent`.`description`, `MailContent`.`sender_1`, `MailContent`.`sender_2`, `MailContent`.`sender_name`, `MailContent`.`subject_user`, `MailContent`.`subject_admin`, `MailContent`.`layout_template`, `MailContent`.`form_template`, `MailContent`.`mail_template`, `MailContent`.`redirect_url`, `MailContent`.`status`, `MailContent`.`auth_captcha`, `MailContent`.`widget_area`, `MailContent`.`ssl_on`, `MailContent`.`save_info`, `MailContent`.`exclude_search`, `MailContent`.`publish_begin`, `MailContent`.`publish_end`, `MailContent`.`created`, `MailContent`.`modified` FROM `seseraginet`.`new_pg_mail_contents` AS `MailContent` WHERE 1 = 1 | | 1 | 1 | 1 |
| 3 | SELECT `BlogContent`.`id` FROM `seseraginet`.`new_pg_blog_contents` AS `BlogContent` WHERE `BlogContent`.`name` = 'news' LIMIT 1 | | 1 | 1 | 5 |
| 4 | SELECT `BlogContent`.`id`, `BlogContent`.`name`, `BlogContent`.`title`, `BlogContent`.`description`, `BlogContent`.`layout`, `BlogContent`.`template`, `BlogContent`.`status`, `BlogContent`.`list_count`, `BlogContent`.`list_direction`, `BlogContent`.`feed_count`, `BlogContent`.`tag_use`, `BlogContent`.`comment_use`, `BlogContent`.`comment_approve`, `BlogContent`.`auth_captcha`, `BlogContent`.`widget_area`, `BlogContent`.`exclude_search`, `BlogContent`.`eye_catch_size`, `BlogContent`.`use_content`, `BlogContent`.`created`, `BlogContent`.`modified` FROM `seseraginet`.`new_pg_blog_contents` AS `BlogContent` WHERE `BlogContent`.`id` = 1 LIMIT 1 | | 1 | 1 | 1 |
| 5 | SELECT `BlogContent`.`id`, `BlogContent`.`name`, `BlogContent`.`title`, `BlogContent`.`description`, `BlogContent`.`layout`, `BlogContent`.`template`, `BlogContent`.`status`, `BlogContent`.`list_count`, `BlogContent`.`list_direction`, `BlogContent`.`feed_count`, `BlogContent`.`tag_use`, `BlogContent`.`comment_use`, `BlogContent`.`comment_approve`, `BlogContent`.`auth_captcha`, `BlogContent`.`widget_area`, `BlogContent`.`exclude_search`, `BlogContent`.`eye_catch_size`, `BlogContent`.`use_content`, `BlogContent`.`created`, `BlogContent`.`modified` FROM `seseraginet`.`new_pg_blog_contents` AS `BlogContent` WHERE `BlogContent`.`id` = 1 LIMIT 1 | | 1 | 1 | 1 |
| 6 | SELECT `BlogPost`.`id`, `BlogPost`.`blog_content_id`, `BlogPost`.`no`, `BlogPost`.`name`, `BlogPost`.`content`, `BlogPost`.`detail`, `BlogPost`.`blog_category_id`, `BlogPost`.`user_id`, `BlogPost`.`status`, `BlogPost`.`posts_date`, `BlogPost`.`content_draft`, `BlogPost`.`detail_draft`, `BlogPost`.`publish_begin`, `BlogPost`.`publish_end`, `BlogPost`.`exclude_search`, `BlogPost`.`eye_catch`, `BlogPost`.`created`, `BlogPost`.`modified`, `BlogCategory`.`id`, `BlogCategory`.`blog_content_id`, `BlogCategory`.`no`, `BlogCategory`.`name`, `BlogCategory`.`title`, `BlogCategory`.`status`, `BlogCategory`.`parent_id`, `BlogCategory`.`lft`, `BlogCategory`.`rght`, `BlogCategory`.`owner_id`, `BlogCategory`.`created`, `BlogCategory`.`modified`, `BlogContent`.`id`, `BlogContent`.`name`, `BlogContent`.`title`, `BlogContent`.`description`, `BlogContent`.`layout`, `BlogContent`.`template`, `BlogContent`.`status`, `BlogContent`.`list_count`, `BlogContent`.`list_direction`, `BlogContent`.`feed_count`, `BlogContent`.`tag_use`, `BlogContent`.`comment_use`, `BlogContent`.`comment_approve`, `BlogContent`.`auth_captcha`, `BlogContent`.`widget_area`, `BlogContent`.`exclude_search`, `BlogContent`.`eye_catch_size`, `BlogContent`.`use_content`, `BlogContent`.`created`, `BlogContent`.`modified` FROM `seseraginet`.`new_pg_blog_posts` AS `BlogPost` LEFT JOIN `seseraginet`.`new_pg_blog_categories` AS `BlogCategory` ON (`BlogPost`.`blog_category_id` = `BlogCategory`.`id`) LEFT JOIN `seseraginet`.`new_pg_blog_contents` AS `BlogContent` ON (`BlogPost`.`blog_content_id` = `BlogContent`.`id`) WHERE `BlogPost`.`blog_content_id` = 1 AND `BlogPost`.`status` = '1' AND ((`BlogPost`.`publish_begin` <= '2019-11-01 12:22:04') OR (`BlogPost`.`publish_begin` IS NULL) OR (`BlogPost`.`publish_begin` = '0000-00-00 00:00:00')) AND ((`BlogPost`.`publish_end` >= '2019-11-01 12:22:04') OR (`BlogPost`.`publish_end` IS NULL) OR (`BlogPost`.`publish_end` = '0000-00-00 00:00:00')) ORDER BY `BlogPost`.`posts_date` DESC LIMIT 5 | | 5 | 5 | 3 |
| 7 | SELECT `BlogTag`.`id`, `BlogTag`.`name`, `BlogTag`.`created`, `BlogTag`.`modified`, `BlogPostsBlogTag`.`id`, `BlogPostsBlogTag`.`blog_post_id`, `BlogPostsBlogTag`.`blog_tag_id`, `BlogPostsBlogTag`.`created`, `BlogPostsBlogTag`.`modified` FROM `seseraginet`.`new_pg_blog_tags` AS `BlogTag` JOIN `seseraginet`.`new_pg_blog_posts_blog_tags` AS `BlogPostsBlogTag` ON (`BlogPostsBlogTag`.`blog_post_id` IN (16, 15, 14, 13, 12) AND `BlogPostsBlogTag`.`blog_tag_id` = `BlogTag`.`id`) | | 0 | 0 | 1 |
| 8 | SELECT COUNT(*) AS `count` FROM `seseraginet`.`new_pg_blog_posts` AS `BlogPost` LEFT JOIN `seseraginet`.`new_pg_blog_categories` AS `BlogCategory` ON (`BlogPost`.`blog_category_id` = `BlogCategory`.`id`) LEFT JOIN `seseraginet`.`new_pg_blog_contents` AS `BlogContent` ON (`BlogPost`.`blog_content_id` = `BlogContent`.`id`) WHERE `BlogPost`.`blog_content_id` = 1 AND `BlogPost`.`status` = '1' AND ((`BlogPost`.`publish_begin` <= '2019-11-01 12:22:04') OR (`BlogPost`.`publish_begin` IS NULL) OR (`BlogPost`.`publish_begin` = '0000-00-00 00:00:00')) AND ((`BlogPost`.`publish_end` >= '2019-11-01 12:22:04') OR (`BlogPost`.`publish_end` IS NULL) OR (`BlogPost`.`publish_end` = '0000-00-00 00:00:00')) | | 1 | 1 | 5 |
| 9 | SELECT `BlogContent`.`id`, `BlogContent`.`name`, `BlogContent`.`title`, `BlogContent`.`description`, `BlogContent`.`layout`, `BlogContent`.`template`, `BlogContent`.`status`, `BlogContent`.`list_count`, `BlogContent`.`list_direction`, `BlogContent`.`feed_count`, `BlogContent`.`tag_use`, `BlogContent`.`comment_use`, `BlogContent`.`comment_approve`, `BlogContent`.`auth_captcha`, `BlogContent`.`widget_area`, `BlogContent`.`exclude_search`, `BlogContent`.`eye_catch_size`, `BlogContent`.`use_content`, `BlogContent`.`created`, `BlogContent`.`modified` FROM `seseraginet`.`new_pg_blog_contents` AS `BlogContent` WHERE `BlogContent`.`id` = 1 LIMIT 1 | | 1 | 1 | 1 |
| 10 | SELECT `BlogContent`.`id`, `BlogContent`.`name`, `BlogContent`.`title`, `BlogContent`.`description`, `BlogContent`.`layout`, `BlogContent`.`template`, `BlogContent`.`status`, `BlogContent`.`list_count`, `BlogContent`.`list_direction`, `BlogContent`.`feed_count`, `BlogContent`.`tag_use`, `BlogContent`.`comment_use`, `BlogContent`.`comment_approve`, `BlogContent`.`auth_captcha`, `BlogContent`.`widget_area`, `BlogContent`.`exclude_search`, `BlogContent`.`eye_catch_size`, `BlogContent`.`use_content`, `BlogContent`.`created`, `BlogContent`.`modified` FROM `seseraginet`.`new_pg_blog_contents` AS `BlogContent` WHERE `BlogContent`.`id` = 1 LIMIT 1 | | 1 | 1 | 1 |
| 11 | SELECT `BlogContent`.`id`, `BlogContent`.`name`, `BlogContent`.`title`, `BlogContent`.`description`, `BlogContent`.`layout`, `BlogContent`.`template`, `BlogContent`.`status`, `BlogContent`.`list_count`, `BlogContent`.`list_direction`, `BlogContent`.`feed_count`, `BlogContent`.`tag_use`, `BlogContent`.`comment_use`, `BlogContent`.`comment_approve`, `BlogContent`.`auth_captcha`, `BlogContent`.`widget_area`, `BlogContent`.`exclude_search`, `BlogContent`.`eye_catch_size`, `BlogContent`.`use_content`, `BlogContent`.`created`, `BlogContent`.`modified` FROM `seseraginet`.`new_pg_blog_contents` AS `BlogContent` WHERE `BlogContent`.`id` = 1 LIMIT 1 | | 1 | 1 | 1 |
| 12 | SELECT `BlogContent`.`id`, `BlogContent`.`name`, `BlogContent`.`title`, `BlogContent`.`description`, `BlogContent`.`layout`, `BlogContent`.`template`, `BlogContent`.`status`, `BlogContent`.`list_count`, `BlogContent`.`list_direction`, `BlogContent`.`feed_count`, `BlogContent`.`tag_use`, `BlogContent`.`comment_use`, `BlogContent`.`comment_approve`, `BlogContent`.`auth_captcha`, `BlogContent`.`widget_area`, `BlogContent`.`exclude_search`, `BlogContent`.`eye_catch_size`, `BlogContent`.`use_content`, `BlogContent`.`created`, `BlogContent`.`modified` FROM `seseraginet`.`new_pg_blog_contents` AS `BlogContent` WHERE `BlogContent`.`id` = 1 LIMIT 1 | | 1 | 1 | 1 |
| 13 | SELECT `BlogContent`.`id`, `BlogContent`.`name`, `BlogContent`.`title`, `BlogContent`.`description`, `BlogContent`.`layout`, `BlogContent`.`template`, `BlogContent`.`status`, `BlogContent`.`list_count`, `BlogContent`.`list_direction`, `BlogContent`.`feed_count`, `BlogContent`.`tag_use`, `BlogContent`.`comment_use`, `BlogContent`.`comment_approve`, `BlogContent`.`auth_captcha`, `BlogContent`.`widget_area`, `BlogContent`.`exclude_search`, `BlogContent`.`eye_catch_size`, `BlogContent`.`use_content`, `BlogContent`.`created`, `BlogContent`.`modified` FROM `seseraginet`.`new_pg_blog_contents` AS `BlogContent` WHERE `BlogContent`.`id` = 1 LIMIT 1 | | 1 | 1 | 1 |
| 14 | SELECT `BlogContent`.`id`, `BlogContent`.`name`, `BlogContent`.`title`, `BlogContent`.`description`, `BlogContent`.`layout`, `BlogContent`.`template`, `BlogContent`.`status`, `BlogContent`.`list_count`, `BlogContent`.`list_direction`, `BlogContent`.`feed_count`, `BlogContent`.`tag_use`, `BlogContent`.`comment_use`, `BlogContent`.`comment_approve`, `BlogContent`.`auth_captcha`, `BlogContent`.`widget_area`, `BlogContent`.`exclude_search`, `BlogContent`.`eye_catch_size`, `BlogContent`.`use_content`, `BlogContent`.`created`, `BlogContent`.`modified` FROM `seseraginet`.`new_pg_blog_contents` AS `BlogContent` WHERE `BlogContent`.`id` = 1 LIMIT 1 | | 1 | 1 | 1 |
| 15 | SELECT `BlogContent`.`id`, `BlogContent`.`name`, `BlogContent`.`title`, `BlogContent`.`description`, `BlogContent`.`layout`, `BlogContent`.`template`, `BlogContent`.`status`, `BlogContent`.`list_count`, `BlogContent`.`list_direction`, `BlogContent`.`feed_count`, `BlogContent`.`tag_use`, `BlogContent`.`comment_use`, `BlogContent`.`comment_approve`, `BlogContent`.`auth_captcha`, `BlogContent`.`widget_area`, `BlogContent`.`exclude_search`, `BlogContent`.`eye_catch_size`, `BlogContent`.`use_content`, `BlogContent`.`created`, `BlogContent`.`modified` FROM `seseraginet`.`new_pg_blog_contents` AS `BlogContent` WHERE `BlogContent`.`id` = 1 LIMIT 1 | | 1 | 1 | 1 |
| 16 | SELECT `BlogContent`.`id`, `BlogContent`.`name`, `BlogContent`.`title`, `BlogContent`.`description`, `BlogContent`.`layout`, `BlogContent`.`template`, `BlogContent`.`status`, `BlogContent`.`list_count`, `BlogContent`.`list_direction`, `BlogContent`.`feed_count`, `BlogContent`.`tag_use`, `BlogContent`.`comment_use`, `BlogContent`.`comment_approve`, `BlogContent`.`auth_captcha`, `BlogContent`.`widget_area`, `BlogContent`.`exclude_search`, `BlogContent`.`eye_catch_size`, `BlogContent`.`use_content`, `BlogContent`.`created`, `BlogContent`.`modified` FROM `seseraginet`.`new_pg_blog_contents` AS `BlogContent` WHERE `BlogContent`.`id` = 1 LIMIT 1 | | 1 | 1 | 1 |
| 17 | SELECT `BlogContent`.`id`, `BlogContent`.`name`, `BlogContent`.`title`, `BlogContent`.`description`, `BlogContent`.`layout`, `BlogContent`.`template`, `BlogContent`.`status`, `BlogContent`.`list_count`, `BlogContent`.`list_direction`, `BlogContent`.`feed_count`, `BlogContent`.`tag_use`, `BlogContent`.`comment_use`, `BlogContent`.`comment_approve`, `BlogContent`.`auth_captcha`, `BlogContent`.`widget_area`, `BlogContent`.`exclude_search`, `BlogContent`.`eye_catch_size`, `BlogContent`.`use_content`, `BlogContent`.`created`, `BlogContent`.`modified` FROM `seseraginet`.`new_pg_blog_contents` AS `BlogContent` WHERE `BlogContent`.`id` = 1 LIMIT 1 | | 1 | 1 | 2 |
| 18 | SELECT `BlogContent`.`id`, `BlogContent`.`name`, `BlogContent`.`title`, `BlogContent`.`description`, `BlogContent`.`layout`, `BlogContent`.`template`, `BlogContent`.`status`, `BlogContent`.`list_count`, `BlogContent`.`list_direction`, `BlogContent`.`feed_count`, `BlogContent`.`tag_use`, `BlogContent`.`comment_use`, `BlogContent`.`comment_approve`, `BlogContent`.`auth_captcha`, `BlogContent`.`widget_area`, `BlogContent`.`exclude_search`, `BlogContent`.`eye_catch_size`, `BlogContent`.`use_content`, `BlogContent`.`created`, `BlogContent`.`modified` FROM `seseraginet`.`new_pg_blog_contents` AS `BlogContent` WHERE `BlogContent`.`id` = 1 LIMIT 1 | | 1 | 1 | 1 |
| 19 | SELECT `BlogContent`.`id`, `BlogContent`.`name`, `BlogContent`.`title`, `BlogContent`.`description`, `BlogContent`.`layout`, `BlogContent`.`template`, `BlogContent`.`status`, `BlogContent`.`list_count`, `BlogContent`.`list_direction`, `BlogContent`.`feed_count`, `BlogContent`.`tag_use`, `BlogContent`.`comment_use`, `BlogContent`.`comment_approve`, `BlogContent`.`auth_captcha`, `BlogContent`.`widget_area`, `BlogContent`.`exclude_search`, `BlogContent`.`eye_catch_size`, `BlogContent`.`use_content`, `BlogContent`.`created`, `BlogContent`.`modified` FROM `seseraginet`.`new_pg_blog_contents` AS `BlogContent` WHERE `BlogContent`.`id` = 1 LIMIT 1 | | 1 | 1 | 1 |
| 20 | SELECT `BlogContent`.`id`, `BlogContent`.`name`, `BlogContent`.`title`, `BlogContent`.`description`, `BlogContent`.`layout`, `BlogContent`.`template`, `BlogContent`.`status`, `BlogContent`.`list_count`, `BlogContent`.`list_direction`, `BlogContent`.`feed_count`, `BlogContent`.`tag_use`, `BlogContent`.`comment_use`, `BlogContent`.`comment_approve`, `BlogContent`.`auth_captcha`, `BlogContent`.`widget_area`, `BlogContent`.`exclude_search`, `BlogContent`.`eye_catch_size`, `BlogContent`.`use_content`, `BlogContent`.`created`, `BlogContent`.`modified` FROM `seseraginet`.`new_pg_blog_contents` AS `BlogContent` WHERE `BlogContent`.`id` = 1 LIMIT 1 | | 1 | 1 | 1 |
| 21 | SELECT `BlogContent`.`id`, `BlogContent`.`name`, `BlogContent`.`title`, `BlogContent`.`description`, `BlogContent`.`layout`, `BlogContent`.`template`, `BlogContent`.`status`, `BlogContent`.`list_count`, `BlogContent`.`list_direction`, `BlogContent`.`feed_count`, `BlogContent`.`tag_use`, `BlogContent`.`comment_use`, `BlogContent`.`comment_approve`, `BlogContent`.`auth_captcha`, `BlogContent`.`widget_area`, `BlogContent`.`exclude_search`, `BlogContent`.`eye_catch_size`, `BlogContent`.`use_content`, `BlogContent`.`created`, `BlogContent`.`modified` FROM `seseraginet`.`new_pg_blog_contents` AS `BlogContent` WHERE `BlogContent`.`id` = 1 LIMIT 1 | | 1 | 1 | 1 |
| 22 | SELECT `BlogContent`.`id`, `BlogContent`.`name`, `BlogContent`.`title`, `BlogContent`.`description`, `BlogContent`.`layout`, `BlogContent`.`template`, `BlogContent`.`status`, `BlogContent`.`list_count`, `BlogContent`.`list_direction`, `BlogContent`.`feed_count`, `BlogContent`.`tag_use`, `BlogContent`.`comment_use`, `BlogContent`.`comment_approve`, `BlogContent`.`auth_captcha`, `BlogContent`.`widget_area`, `BlogContent`.`exclude_search`, `BlogContent`.`eye_catch_size`, `BlogContent`.`use_content`, `BlogContent`.`created`, `BlogContent`.`modified` FROM `seseraginet`.`new_pg_blog_contents` AS `BlogContent` WHERE `BlogContent`.`id` = 1 LIMIT 1 | | 1 | 1 | 1 |
| 23 | SELECT `BlogPost`.`id`, `BlogPost`.`no`, `BlogPost`.`name`, `BlogPost`.`blog_category_id`, `BlogPost`.`user_id`, `BlogPost`.`posts_date` FROM `seseraginet`.`new_pg_blog_posts` AS `BlogPost` WHERE `BlogPost`.`blog_content_id` = 1 AND `BlogPost`.`status` = '1' AND ((`BlogPost`.`publish_begin` <= '2019-11-01 12:22:04') OR (`BlogPost`.`publish_begin` IS NULL) OR (`BlogPost`.`publish_begin` = '0000-00-00 00:00:00')) AND ((`BlogPost`.`publish_end` >= '2019-11-01 12:22:04') OR (`BlogPost`.`publish_end` IS NULL) OR (`BlogPost`.`publish_end` = '0000-00-00 00:00:00')) ORDER BY `posts_date` DESC LIMIT 5 | | 5 | 5 | 1 |
| 24 | SELECT `BlogContent`.`id`, `BlogContent`.`name`, `BlogContent`.`title`, `BlogContent`.`description`, `BlogContent`.`layout`, `BlogContent`.`template`, `BlogContent`.`status`, `BlogContent`.`list_count`, `BlogContent`.`list_direction`, `BlogContent`.`feed_count`, `BlogContent`.`tag_use`, `BlogContent`.`comment_use`, `BlogContent`.`comment_approve`, `BlogContent`.`auth_captcha`, `BlogContent`.`widget_area`, `BlogContent`.`exclude_search`, `BlogContent`.`eye_catch_size`, `BlogContent`.`use_content`, `BlogContent`.`created`, `BlogContent`.`modified` FROM `seseraginet`.`new_pg_blog_contents` AS `BlogContent` WHERE `BlogContent`.`id` = 1 LIMIT 1 | | 1 | 1 | 1 |
| 25 | SELECT `BlogContent`.`id`, `BlogContent`.`name`, `BlogContent`.`title`, `BlogContent`.`description`, `BlogContent`.`layout`, `BlogContent`.`template`, `BlogContent`.`status`, `BlogContent`.`list_count`, `BlogContent`.`list_direction`, `BlogContent`.`feed_count`, `BlogContent`.`tag_use`, `BlogContent`.`comment_use`, `BlogContent`.`comment_approve`, `BlogContent`.`auth_captcha`, `BlogContent`.`widget_area`, `BlogContent`.`exclude_search`, `BlogContent`.`eye_catch_size`, `BlogContent`.`use_content`, `BlogContent`.`created`, `BlogContent`.`modified` FROM `seseraginet`.`new_pg_blog_contents` AS `BlogContent` WHERE `BlogContent`.`id` = 1 LIMIT 1 | | 1 | 1 | 1 |
| 26 | SELECT `BlogContent`.`id`, `BlogContent`.`name`, `BlogContent`.`title`, `BlogContent`.`description`, `BlogContent`.`layout`, `BlogContent`.`template`, `BlogContent`.`status`, `BlogContent`.`list_count`, `BlogContent`.`list_direction`, `BlogContent`.`feed_count`, `BlogContent`.`tag_use`, `BlogContent`.`comment_use`, `BlogContent`.`comment_approve`, `BlogContent`.`auth_captcha`, `BlogContent`.`widget_area`, `BlogContent`.`exclude_search`, `BlogContent`.`eye_catch_size`, `BlogContent`.`use_content`, `BlogContent`.`created`, `BlogContent`.`modified` FROM `seseraginet`.`new_pg_blog_contents` AS `BlogContent` WHERE `BlogContent`.`id` = 1 LIMIT 1 | | 1 | 1 | 1 |
| 27 | SELECT `BlogPost`.`id`, `BlogPost`.`blog_content_id`, `BlogPost`.`no`, `BlogPost`.`name`, `BlogPost`.`content`, `BlogPost`.`detail`, `BlogPost`.`blog_category_id`, `BlogPost`.`user_id`, `BlogPost`.`status`, `BlogPost`.`posts_date`, `BlogPost`.`content_draft`, `BlogPost`.`detail_draft`, `BlogPost`.`publish_begin`, `BlogPost`.`publish_end`, `BlogPost`.`exclude_search`, `BlogPost`.`eye_catch`, `BlogPost`.`created`, `BlogPost`.`modified`, `BlogCategory`.`id`, `BlogCategory`.`blog_content_id`, `BlogCategory`.`no`, `BlogCategory`.`name`, `BlogCategory`.`title`, `BlogCategory`.`status`, `BlogCategory`.`parent_id`, `BlogCategory`.`lft`, `BlogCategory`.`rght`, `BlogCategory`.`owner_id`, `BlogCategory`.`created`, `BlogCategory`.`modified` FROM `seseraginet`.`new_pg_blog_posts` AS `BlogPost` LEFT JOIN `seseraginet`.`new_pg_blog_categories` AS `BlogCategory` ON (`BlogPost`.`blog_category_id` = `BlogCategory`.`id`) WHERE `BlogPost`.`blog_content_id` = 1 AND `BlogPost`.`status` = '1' AND ((`BlogPost`.`publish_begin` <= '2019-11-01 12:22:04') OR (`BlogPost`.`publish_begin` IS NULL) OR (`BlogPost`.`publish_begin` = '0000-00-00 00:00:00')) AND ((`BlogPost`.`publish_end` >= '2019-11-01 12:22:04') OR (`BlogPost`.`publish_end` IS NULL) OR (`BlogPost`.`publish_end` = '0000-00-00 00:00:00')) ORDER BY `BlogPost`.`posts_date` DESC | | 14 | 14 | 3 |
| 28 | SELECT `BlogContent`.`id`, `BlogContent`.`name`, `BlogContent`.`title`, `BlogContent`.`description`, `BlogContent`.`layout`, `BlogContent`.`template`, `BlogContent`.`status`, `BlogContent`.`list_count`, `BlogContent`.`list_direction`, `BlogContent`.`feed_count`, `BlogContent`.`tag_use`, `BlogContent`.`comment_use`, `BlogContent`.`comment_approve`, `BlogContent`.`auth_captcha`, `BlogContent`.`widget_area`, `BlogContent`.`exclude_search`, `BlogContent`.`eye_catch_size`, `BlogContent`.`use_content`, `BlogContent`.`created`, `BlogContent`.`modified` FROM `seseraginet`.`new_pg_blog_contents` AS `BlogContent` WHERE `BlogContent`.`id` = 1 LIMIT 1 | | 1 | 1 | 1 |
| 29 | SELECT `BlogCategory`.`lft`, `BlogCategory`.`rght` FROM `seseraginet`.`new_pg_blog_categories` AS `BlogCategory` WHERE `BlogCategory`.`id` = 2 LIMIT 1 | | 1 | 1 | 4 |
| 30 | SELECT `BlogCategory`.`id`, `BlogCategory`.`blog_content_id`, `BlogCategory`.`no`, `BlogCategory`.`name`, `BlogCategory`.`title`, `BlogCategory`.`status`, `BlogCategory`.`parent_id`, `BlogCategory`.`lft`, `BlogCategory`.`rght`, `BlogCategory`.`owner_id`, `BlogCategory`.`created`, `BlogCategory`.`modified` FROM `seseraginet`.`new_pg_blog_categories` AS `BlogCategory` WHERE 1 = 1 AND `BlogCategory`.`lft` <= 1 AND `BlogCategory`.`rght` >= 2 ORDER BY `BlogCategory`.`lft` asc | | 1 | 1 | 1 |
| 31 | SELECT `BlogContent`.`id`, `BlogContent`.`name`, `BlogContent`.`title`, `BlogContent`.`description`, `BlogContent`.`layout`, `BlogContent`.`template`, `BlogContent`.`status`, `BlogContent`.`list_count`, `BlogContent`.`list_direction`, `BlogContent`.`feed_count`, `BlogContent`.`tag_use`, `BlogContent`.`comment_use`, `BlogContent`.`comment_approve`, `BlogContent`.`auth_captcha`, `BlogContent`.`widget_area`, `BlogContent`.`exclude_search`, `BlogContent`.`eye_catch_size`, `BlogContent`.`use_content`, `BlogContent`.`created`, `BlogContent`.`modified` FROM `seseraginet`.`new_pg_blog_contents` AS `BlogContent` WHERE `BlogContent`.`id` = 1 LIMIT 1 | | 1 | 1 | 1 |
| 32 | SELECT `BlogContent`.`id`, `BlogContent`.`name`, `BlogContent`.`title`, `BlogContent`.`description`, `BlogContent`.`layout`, `BlogContent`.`template`, `BlogContent`.`status`, `BlogContent`.`list_count`, `BlogContent`.`list_direction`, `BlogContent`.`feed_count`, `BlogContent`.`tag_use`, `BlogContent`.`comment_use`, `BlogContent`.`comment_approve`, `BlogContent`.`auth_captcha`, `BlogContent`.`widget_area`, `BlogContent`.`exclude_search`, `BlogContent`.`eye_catch_size`, `BlogContent`.`use_content`, `BlogContent`.`created`, `BlogContent`.`modified` FROM `seseraginet`.`new_pg_blog_contents` AS `BlogContent` WHERE `BlogContent`.`id` = 1 LIMIT 1 | | 1 | 1 | 1 |
| 33 | SELECT `BlogCategory`.`lft`, `BlogCategory`.`rght` FROM `seseraginet`.`new_pg_blog_categories` AS `BlogCategory` WHERE `BlogCategory`.`id` = 2 LIMIT 1 | | 1 | 1 | 3 |
| 34 | SELECT `BlogCategory`.`id`, `BlogCategory`.`blog_content_id`, `BlogCategory`.`no`, `BlogCategory`.`name`, `BlogCategory`.`title`, `BlogCategory`.`status`, `BlogCategory`.`parent_id`, `BlogCategory`.`lft`, `BlogCategory`.`rght`, `BlogCategory`.`owner_id`, `BlogCategory`.`created`, `BlogCategory`.`modified` FROM `seseraginet`.`new_pg_blog_categories` AS `BlogCategory` WHERE 1 = 1 AND `BlogCategory`.`lft` <= 1 AND `BlogCategory`.`rght` >= 2 ORDER BY `BlogCategory`.`lft` asc | | 1 | 1 | 1 |
| 35 | SELECT `BlogContent`.`id`, `BlogContent`.`name`, `BlogContent`.`title`, `BlogContent`.`description`, `BlogContent`.`layout`, `BlogContent`.`template`, `BlogContent`.`status`, `BlogContent`.`list_count`, `BlogContent`.`list_direction`, `BlogContent`.`feed_count`, `BlogContent`.`tag_use`, `BlogContent`.`comment_use`, `BlogContent`.`comment_approve`, `BlogContent`.`auth_captcha`, `BlogContent`.`widget_area`, `BlogContent`.`exclude_search`, `BlogContent`.`eye_catch_size`, `BlogContent`.`use_content`, `BlogContent`.`created`, `BlogContent`.`modified` FROM `seseraginet`.`new_pg_blog_contents` AS `BlogContent` WHERE `BlogContent`.`id` = 1 LIMIT 1 | | 1 | 1 | 1 |
| 36 | SELECT `BlogContent`.`id`, `BlogContent`.`name`, `BlogContent`.`title`, `BlogContent`.`description`, `BlogContent`.`layout`, `BlogContent`.`template`, `BlogContent`.`status`, `BlogContent`.`list_count`, `BlogContent`.`list_direction`, `BlogContent`.`feed_count`, `BlogContent`.`tag_use`, `BlogContent`.`comment_use`, `BlogContent`.`comment_approve`, `BlogContent`.`auth_captcha`, `BlogContent`.`widget_area`, `BlogContent`.`exclude_search`, `BlogContent`.`eye_catch_size`, `BlogContent`.`use_content`, `BlogContent`.`created`, `BlogContent`.`modified` FROM `seseraginet`.`new_pg_blog_contents` AS `BlogContent` WHERE `BlogContent`.`id` = 1 LIMIT 1 | | 1 | 1 | 1 |
| 37 | SELECT `BlogCategory`.`lft`, `BlogCategory`.`rght` FROM `seseraginet`.`new_pg_blog_categories` AS `BlogCategory` WHERE `BlogCategory`.`id` = '' LIMIT 1 | | 0 | 0 | 5 |
| 38 | SELECT `BlogCategory`.`lft`, `BlogCategory`.`rght` FROM `seseraginet`.`new_pg_blog_categories` AS `BlogCategory` WHERE `BlogCategory`.`id` = 2 LIMIT 1 | | 1 | 1 | 5 |
| 39 | SELECT `BlogCategory`.`id`, `BlogCategory`.`blog_content_id`, `BlogCategory`.`no`, `BlogCategory`.`name`, `BlogCategory`.`title`, `BlogCategory`.`status`, `BlogCategory`.`parent_id`, `BlogCategory`.`lft`, `BlogCategory`.`rght`, `BlogCategory`.`owner_id`, `BlogCategory`.`created`, `BlogCategory`.`modified` FROM `seseraginet`.`new_pg_blog_categories` AS `BlogCategory` WHERE 1 = 1 AND `BlogCategory`.`lft` <= 1 AND `BlogCategory`.`rght` >= 2 ORDER BY `BlogCategory`.`lft` asc | | 1 | 1 | 1 |
| 40 | SELECT `BlogContent`.`id`, `BlogContent`.`name`, `BlogContent`.`title`, `BlogContent`.`description`, `BlogContent`.`layout`, `BlogContent`.`template`, `BlogContent`.`status`, `BlogContent`.`list_count`, `BlogContent`.`list_direction`, `BlogContent`.`feed_count`, `BlogContent`.`tag_use`, `BlogContent`.`comment_use`, `BlogContent`.`comment_approve`, `BlogContent`.`auth_captcha`, `BlogContent`.`widget_area`, `BlogContent`.`exclude_search`, `BlogContent`.`eye_catch_size`, `BlogContent`.`use_content`, `BlogContent`.`created`, `BlogContent`.`modified` FROM `seseraginet`.`new_pg_blog_contents` AS `BlogContent` WHERE `BlogContent`.`id` = 1 LIMIT 1 | | 1 | 1 | 1 |
| 41 | SELECT `BlogContent`.`id`, `BlogContent`.`name`, `BlogContent`.`title`, `BlogContent`.`description`, `BlogContent`.`layout`, `BlogContent`.`template`, `BlogContent`.`status`, `BlogContent`.`list_count`, `BlogContent`.`list_direction`, `BlogContent`.`feed_count`, `BlogContent`.`tag_use`, `BlogContent`.`comment_use`, `BlogContent`.`comment_approve`, `BlogContent`.`auth_captcha`, `BlogContent`.`widget_area`, `BlogContent`.`exclude_search`, `BlogContent`.`eye_catch_size`, `BlogContent`.`use_content`, `BlogContent`.`created`, `BlogContent`.`modified` FROM `seseraginet`.`new_pg_blog_contents` AS `BlogContent` WHERE `BlogContent`.`id` = 1 LIMIT 1 | | 1 | 1 | 1 |
| 42 | SELECT `BlogCategory`.`lft`, `BlogCategory`.`rght` FROM `seseraginet`.`new_pg_blog_categories` AS `BlogCategory` WHERE `BlogCategory`.`id` = 2 LIMIT 1 | | 1 | 1 | 5 |
| 43 | SELECT `BlogCategory`.`id`, `BlogCategory`.`blog_content_id`, `BlogCategory`.`no`, `BlogCategory`.`name`, `BlogCategory`.`title`, `BlogCategory`.`status`, `BlogCategory`.`parent_id`, `BlogCategory`.`lft`, `BlogCategory`.`rght`, `BlogCategory`.`owner_id`, `BlogCategory`.`created`, `BlogCategory`.`modified` FROM `seseraginet`.`new_pg_blog_categories` AS `BlogCategory` WHERE 1 = 1 AND `BlogCategory`.`lft` <= 1 AND `BlogCategory`.`rght` >= 2 ORDER BY `BlogCategory`.`lft` asc | | 1 | 1 | 1 |
| 44 | SELECT `BlogContent`.`id`, `BlogContent`.`name`, `BlogContent`.`title`, `BlogContent`.`description`, `BlogContent`.`layout`, `BlogContent`.`template`, `BlogContent`.`status`, `BlogContent`.`list_count`, `BlogContent`.`list_direction`, `BlogContent`.`feed_count`, `BlogContent`.`tag_use`, `BlogContent`.`comment_use`, `BlogContent`.`comment_approve`, `BlogContent`.`auth_captcha`, `BlogContent`.`widget_area`, `BlogContent`.`exclude_search`, `BlogContent`.`eye_catch_size`, `BlogContent`.`use_content`, `BlogContent`.`created`, `BlogContent`.`modified` FROM `seseraginet`.`new_pg_blog_contents` AS `BlogContent` WHERE `BlogContent`.`id` = 1 LIMIT 1 | | 1 | 1 | 1 |
| 45 | SELECT `BlogContent`.`id`, `BlogContent`.`name`, `BlogContent`.`title`, `BlogContent`.`description`, `BlogContent`.`layout`, `BlogContent`.`template`, `BlogContent`.`status`, `BlogContent`.`list_count`, `BlogContent`.`list_direction`, `BlogContent`.`feed_count`, `BlogContent`.`tag_use`, `BlogContent`.`comment_use`, `BlogContent`.`comment_approve`, `BlogContent`.`auth_captcha`, `BlogContent`.`widget_area`, `BlogContent`.`exclude_search`, `BlogContent`.`eye_catch_size`, `BlogContent`.`use_content`, `BlogContent`.`created`, `BlogContent`.`modified` FROM `seseraginet`.`new_pg_blog_contents` AS `BlogContent` WHERE `BlogContent`.`id` = 1 LIMIT 1 | | 1 | 1 | 1 |
| 46 | SELECT `BlogCategory`.`lft`, `BlogCategory`.`rght` FROM `seseraginet`.`new_pg_blog_categories` AS `BlogCategory` WHERE `BlogCategory`.`id` = '' LIMIT 1 | | 0 | 0 | 5 |
| 47 | SELECT `BlogCategory`.`lft`, `BlogCategory`.`rght` FROM `seseraginet`.`new_pg_blog_categories` AS `BlogCategory` WHERE `BlogCategory`.`id` = 2 LIMIT 1 | | 1 | 1 | 1 |
| 48 | SELECT `BlogCategory`.`id`, `BlogCategory`.`blog_content_id`, `BlogCategory`.`no`, `BlogCategory`.`name`, `BlogCategory`.`title`, `BlogCategory`.`status`, `BlogCategory`.`parent_id`, `BlogCategory`.`lft`, `BlogCategory`.`rght`, `BlogCategory`.`owner_id`, `BlogCategory`.`created`, `BlogCategory`.`modified` FROM `seseraginet`.`new_pg_blog_categories` AS `BlogCategory` WHERE 1 = 1 AND `BlogCategory`.`lft` <= 1 AND `BlogCategory`.`rght` >= 2 ORDER BY `BlogCategory`.`lft` asc | | 1 | 1 | 1 |
| 49 | SELECT `BlogContent`.`id`, `BlogContent`.`name`, `BlogContent`.`title`, `BlogContent`.`description`, `BlogContent`.`layout`, `BlogContent`.`template`, `BlogContent`.`status`, `BlogContent`.`list_count`, `BlogContent`.`list_direction`, `BlogContent`.`feed_count`, `BlogContent`.`tag_use`, `BlogContent`.`comment_use`, `BlogContent`.`comment_approve`, `BlogContent`.`auth_captcha`, `BlogContent`.`widget_area`, `BlogContent`.`exclude_search`, `BlogContent`.`eye_catch_size`, `BlogContent`.`use_content`, `BlogContent`.`created`, `BlogContent`.`modified` FROM `seseraginet`.`new_pg_blog_contents` AS `BlogContent` WHERE `BlogContent`.`id` = 1 LIMIT 1 | | 1 | 1 | 1 |
| 50 | SELECT `BlogContent`.`id`, `BlogContent`.`name`, `BlogContent`.`title`, `BlogContent`.`description`, `BlogContent`.`layout`, `BlogContent`.`template`, `BlogContent`.`status`, `BlogContent`.`list_count`, `BlogContent`.`list_direction`, `BlogContent`.`feed_count`, `BlogContent`.`tag_use`, `BlogContent`.`comment_use`, `BlogContent`.`comment_approve`, `BlogContent`.`auth_captcha`, `BlogContent`.`widget_area`, `BlogContent`.`exclude_search`, `BlogContent`.`eye_catch_size`, `BlogContent`.`use_content`, `BlogContent`.`created`, `BlogContent`.`modified` FROM `seseraginet`.`new_pg_blog_contents` AS `BlogContent` WHERE `BlogContent`.`id` = 1 LIMIT 1 | | 1 | 1 | 1 |
| 51 | SELECT `BlogCategory`.`lft`, `BlogCategory`.`rght` FROM `seseraginet`.`new_pg_blog_categories` AS `BlogCategory` WHERE `BlogCategory`.`id` = 2 LIMIT 1 | | 1 | 1 | 5 |
| 52 | SELECT `BlogCategory`.`id`, `BlogCategory`.`blog_content_id`, `BlogCategory`.`no`, `BlogCategory`.`name`, `BlogCategory`.`title`, `BlogCategory`.`status`, `BlogCategory`.`parent_id`, `BlogCategory`.`lft`, `BlogCategory`.`rght`, `BlogCategory`.`owner_id`, `BlogCategory`.`created`, `BlogCategory`.`modified` FROM `seseraginet`.`new_pg_blog_categories` AS `BlogCategory` WHERE 1 = 1 AND `BlogCategory`.`lft` <= 1 AND `BlogCategory`.`rght` >= 2 ORDER BY `BlogCategory`.`lft` asc | | 1 | 1 | 1 |
| 53 | SELECT `BlogContent`.`id`, `BlogContent`.`name`, `BlogContent`.`title`, `BlogContent`.`description`, `BlogContent`.`layout`, `BlogContent`.`template`, `BlogContent`.`status`, `BlogContent`.`list_count`, `BlogContent`.`list_direction`, `BlogContent`.`feed_count`, `BlogContent`.`tag_use`, `BlogContent`.`comment_use`, `BlogContent`.`comment_approve`, `BlogContent`.`auth_captcha`, `BlogContent`.`widget_area`, `BlogContent`.`exclude_search`, `BlogContent`.`eye_catch_size`, `BlogContent`.`use_content`, `BlogContent`.`created`, `BlogContent`.`modified` FROM `seseraginet`.`new_pg_blog_contents` AS `BlogContent` WHERE `BlogContent`.`id` = 1 LIMIT 1 | | 1 | 1 | 1 |
| 54 | SELECT `BlogContent`.`id`, `BlogContent`.`name`, `BlogContent`.`title`, `BlogContent`.`description`, `BlogContent`.`layout`, `BlogContent`.`template`, `BlogContent`.`status`, `BlogContent`.`list_count`, `BlogContent`.`list_direction`, `BlogContent`.`feed_count`, `BlogContent`.`tag_use`, `BlogContent`.`comment_use`, `BlogContent`.`comment_approve`, `BlogContent`.`auth_captcha`, `BlogContent`.`widget_area`, `BlogContent`.`exclude_search`, `BlogContent`.`eye_catch_size`, `BlogContent`.`use_content`, `BlogContent`.`created`, `BlogContent`.`modified` FROM `seseraginet`.`new_pg_blog_contents` AS `BlogContent` WHERE `BlogContent`.`id` = 1 LIMIT 1 | | 1 | 1 | 1 |
| 55 | SELECT `BlogCategory`.`lft`, `BlogCategory`.`rght` FROM `seseraginet`.`new_pg_blog_categories` AS `BlogCategory` WHERE `BlogCategory`.`id` = '' LIMIT 1 | | 0 | 0 | 4 |
| 56 | SELECT `BlogContent`.`id`, `BlogContent`.`name`, `BlogContent`.`title`, `BlogContent`.`description`, `BlogContent`.`layout`, `BlogContent`.`template`, `BlogContent`.`status`, `BlogContent`.`list_count`, `BlogContent`.`list_direction`, `BlogContent`.`feed_count`, `BlogContent`.`tag_use`, `BlogContent`.`comment_use`, `BlogContent`.`comment_approve`, `BlogContent`.`auth_captcha`, `BlogContent`.`widget_area`, `BlogContent`.`exclude_search`, `BlogContent`.`eye_catch_size`, `BlogContent`.`use_content`, `BlogContent`.`created`, `BlogContent`.`modified` FROM `seseraginet`.`new_pg_blog_contents` AS `BlogContent` WHERE `BlogContent`.`id` = 1 LIMIT 1 | | 1 | 1 | 1 |
| 57 | SELECT `BlogContent`.`id`, `BlogContent`.`name`, `BlogContent`.`title`, `BlogContent`.`description`, `BlogContent`.`layout`, `BlogContent`.`template`, `BlogContent`.`status`, `BlogContent`.`list_count`, `BlogContent`.`list_direction`, `BlogContent`.`feed_count`, `BlogContent`.`tag_use`, `BlogContent`.`comment_use`, `BlogContent`.`comment_approve`, `BlogContent`.`auth_captcha`, `BlogContent`.`widget_area`, `BlogContent`.`exclude_search`, `BlogContent`.`eye_catch_size`, `BlogContent`.`use_content`, `BlogContent`.`created`, `BlogContent`.`modified` FROM `seseraginet`.`new_pg_blog_contents` AS `BlogContent` WHERE `BlogContent`.`id` = 1 LIMIT 1 | | 1 | 1 | 1 |
| 58 | SELECT `BlogContent`.`id`, `BlogContent`.`name`, `BlogContent`.`title`, `BlogContent`.`description`, `BlogContent`.`layout`, `BlogContent`.`template`, `BlogContent`.`status`, `BlogContent`.`list_count`, `BlogContent`.`list_direction`, `BlogContent`.`feed_count`, `BlogContent`.`tag_use`, `BlogContent`.`comment_use`, `BlogContent`.`comment_approve`, `BlogContent`.`auth_captcha`, `BlogContent`.`widget_area`, `BlogContent`.`exclude_search`, `BlogContent`.`eye_catch_size`, `BlogContent`.`use_content`, `BlogContent`.`created`, `BlogContent`.`modified` FROM `seseraginet`.`new_pg_blog_contents` AS `BlogContent` WHERE `BlogContent`.`id` = 1 LIMIT 1 | | 1 | 1 | 1 |
| 59 | SELECT `BlogPost`.`posts_date` FROM `seseraginet`.`new_pg_blog_posts` AS `BlogPost` WHERE YEAR(`BlogPost`.`posts_date`) = '2019' AND MONTH(`BlogPost`.`posts_date`) = '11' AND `BlogPost`.`blog_content_id` = 1 AND `BlogPost`.`status` = '1' AND ((`BlogPost`.`publish_begin` <= '2019-11-01 12:22:05') OR (`BlogPost`.`publish_begin` IS NULL) OR (`BlogPost`.`publish_begin` = '0000-00-00 00:00:00')) AND ((`BlogPost`.`publish_end` >= '2019-11-01 12:22:05') OR (`BlogPost`.`publish_end` IS NULL) OR (`BlogPost`.`publish_end` = '0000-00-00 00:00:00')) | | 0 | 0 | 4 |
| 60 | SELECT `BlogPost`.`id` FROM `seseraginet`.`new_pg_blog_posts` AS `BlogPost` WHERE YEAR(`BlogPost`.`posts_date`) = '2019' AND MONTH(`BlogPost`.`posts_date`) = 12 AND `BlogPost`.`blog_content_id` = 1 AND `BlogPost`.`status` = '1' AND ((`BlogPost`.`publish_begin` <= '2019-11-01 12:22:05') OR (`BlogPost`.`publish_begin` IS NULL) OR (`BlogPost`.`publish_begin` = '0000-00-00 00:00:00')) AND ((`BlogPost`.`publish_end` >= '2019-11-01 12:22:05') OR (`BlogPost`.`publish_end` IS NULL) OR (`BlogPost`.`publish_end` = '0000-00-00 00:00:00')) LIMIT 1 | | 0 | 0 | 5 |
| 61 | SELECT `BlogPost`.`id` FROM `seseraginet`.`new_pg_blog_posts` AS `BlogPost` WHERE YEAR(`BlogPost`.`posts_date`) = '2019' AND MONTH(`BlogPost`.`posts_date`) = 10 AND `BlogPost`.`blog_content_id` = 1 AND `BlogPost`.`status` = '1' AND ((`BlogPost`.`publish_begin` <= '2019-11-01 12:22:05') OR (`BlogPost`.`publish_begin` IS NULL) OR (`BlogPost`.`publish_begin` = '0000-00-00 00:00:00')) AND ((`BlogPost`.`publish_end` >= '2019-11-01 12:22:05') OR (`BlogPost`.`publish_end` IS NULL) OR (`BlogPost`.`publish_end` = '0000-00-00 00:00:00')) LIMIT 1 | | 0 | 0 | 4 |
| 62 | SELECT `BlogContent`.`id`, `BlogContent`.`name`, `BlogContent`.`title`, `BlogContent`.`description`, `BlogContent`.`layout`, `BlogContent`.`template`, `BlogContent`.`status`, `BlogContent`.`list_count`, `BlogContent`.`list_direction`, `BlogContent`.`feed_count`, `BlogContent`.`tag_use`, `BlogContent`.`comment_use`, `BlogContent`.`comment_approve`, `BlogContent`.`auth_captcha`, `BlogContent`.`widget_area`, `BlogContent`.`exclude_search`, `BlogContent`.`eye_catch_size`, `BlogContent`.`use_content`, `BlogContent`.`created`, `BlogContent`.`modified` FROM `seseraginet`.`new_pg_blog_contents` AS `BlogContent` WHERE `BlogContent`.`id` = 1 LIMIT 1 | | 1 | 1 | 1 |
| 63 | SELECT `BlogContent`.`id`, `BlogContent`.`name`, `BlogContent`.`title`, `BlogContent`.`description`, `BlogContent`.`layout`, `BlogContent`.`template`, `BlogContent`.`status`, `BlogContent`.`list_count`, `BlogContent`.`list_direction`, `BlogContent`.`feed_count`, `BlogContent`.`tag_use`, `BlogContent`.`comment_use`, `BlogContent`.`comment_approve`, `BlogContent`.`auth_captcha`, `BlogContent`.`widget_area`, `BlogContent`.`exclude_search`, `BlogContent`.`eye_catch_size`, `BlogContent`.`use_content`, `BlogContent`.`created`, `BlogContent`.`modified` FROM `seseraginet`.`new_pg_blog_contents` AS `BlogContent` WHERE `BlogContent`.`id` = 1 LIMIT 1 | | 1 | 1 | 1 |
| 64 | SELECT `BlogContent`.`id`, `BlogContent`.`name`, `BlogContent`.`title`, `BlogContent`.`description`, `BlogContent`.`layout`, `BlogContent`.`template`, `BlogContent`.`status`, `BlogContent`.`list_count`, `BlogContent`.`list_direction`, `BlogContent`.`feed_count`, `BlogContent`.`tag_use`, `BlogContent`.`comment_use`, `BlogContent`.`comment_approve`, `BlogContent`.`auth_captcha`, `BlogContent`.`widget_area`, `BlogContent`.`exclude_search`, `BlogContent`.`eye_catch_size`, `BlogContent`.`use_content`, `BlogContent`.`created`, `BlogContent`.`modified` FROM `seseraginet`.`new_pg_blog_contents` AS `BlogContent` WHERE `BlogContent`.`id` = 1 LIMIT 1 | | 1 | 1 | 1 |
| 65 | SELECT `BlogPost`.`id`, `BlogPost`.`blog_content_id`, `BlogPost`.`no`, `BlogPost`.`name`, `BlogPost`.`content`, `BlogPost`.`detail`, `BlogPost`.`blog_category_id`, `BlogPost`.`user_id`, `BlogPost`.`status`, `BlogPost`.`posts_date`, `BlogPost`.`content_draft`, `BlogPost`.`detail_draft`, `BlogPost`.`publish_begin`, `BlogPost`.`publish_end`, `BlogPost`.`exclude_search`, `BlogPost`.`eye_catch`, `BlogPost`.`created`, `BlogPost`.`modified` FROM `seseraginet`.`new_pg_blog_posts` AS `BlogPost` WHERE `BlogPost`.`blog_content_id` = 1 AND `BlogPost`.`status` = '1' AND ((`BlogPost`.`publish_begin` <= '2019-11-01 12:22:05') OR (`BlogPost`.`publish_begin` IS NULL) OR (`BlogPost`.`publish_begin` = '0000-00-00 00:00:00')) AND ((`BlogPost`.`publish_end` >= '2019-11-01 12:22:05') OR (`BlogPost`.`publish_end` IS NULL) OR (`BlogPost`.`publish_end` = '0000-00-00 00:00:00')) ORDER BY `BlogPost`.`posts_date` DESC | | 14 | 14 | 2 |