Спрашивает Татьяна:
Очень интересен прайс по гинекологии и венерологии, как можно с ним ознакомиться, не приезжая к Вам?
Ответ:
SET SQL_AUTO_IS_NULL = 0
SELECT `faq_faq`.`id`, `faq_faq`.`meta_title`, `faq_faq`.`meta_keywords`,
`faq_faq`.`meta_description`, `faq_faq`.`active`, `faq_faq`.`date`,
`faq_faq`.`topic_id`, `faq_faq`.`email`, `faq_faq`.`author`,
`faq_faq`.`question`, `faq_faq`.`answer`
FROM `faq_faq`
WHERE (`faq_faq`.`active` = 1 AND `faq_faq`.`id` = 847) LIMIT 21
SELECT `core_setting`.`id`, `core_setting`.`meta_title`, `core_setting`.`meta_keywords`,
`core_setting`.`meta_description`, `core_setting`.`name`, `core_setting`.`from_email`,
`core_setting`.`notification_emails`, `core_setting`.`description`, `core_setting`.`static_block_id`,
`core_setting`.`phone_code`, `core_setting`.`phone_number`, `core_setting`.`worktime`,
`core_setting`.`address`, `core_setting`.`footer`, `core_setting`.`soc_facebook`,
`core_setting`.`soc_twitter`, `core_setting`.`soc_vkontakte`, `core_setting`.`soc_gplus`
FROM `core_setting`
WHERE `core_setting`.`id` = 1 LIMIT 21
SELECT `faq_topic`.`id`, `faq_topic`.`position`, `faq_topic`.`active`,
`faq_topic`.`name`, `faq_topic`.`description`
FROM `faq_topic`
WHERE `faq_topic`.`id` = 6 LIMIT 21
SELECT `core_specialization`.`id`, `core_specialization`.`slug`, `core_specialization`.`name`,
`core_specialization`.`name_mn`, `core_specialization`.`name_rod`, `core_specialization`.`name_im2`,
`core_specialization`.`description`
FROM `core_specialization` ORDER BY `core_specialization`.`name` ASC