Requests processed: 4
---
SELECT
id, parentId, name, title
FROM
articlesGroups
WHERE
name = 'tehnofon_menu_bottom'
---
---
SELECT
articles.id AS `articles.id`, articles.text AS `articles.text`, articles.position AS `articles.position`, articles.name AS `articles.name`, article_articlesGroup.groupId AS `articles.groupId`
FROM
articles
JOIN article_articlesGroup
ON articles.id = article_articlesGroup.articleId
WHERE
article_articlesGroup.groupId = 5
ORDER BY
position
---
---
SELECT
id, parentId, typeId, name
FROM
goodsGroups
WHERE
showInList = 1 AND
parentId IS NULL
ORDER BY
position, name
---
---
SELECT
id, clientId, comparsionId, orderId, hash, creationDate, expirationDate, referer
FROM
sessions
WHERE
hash = '20d4611039dcc8bbbd31ba3efabfa2c6'
---
---
SELECT
id, parentId, name, title
FROM
articlesGroups
WHERE
name = 'tehnofon_menu_top'
---
---
SELECT
articles.id AS `articles.id`, articles.text AS `articles.text`, articles.position AS `articles.position`, articles.name AS `articles.name`, article_articlesGroup.groupId AS `articles.groupId`
FROM
articles
JOIN article_articlesGroup
ON articles.id = article_articlesGroup.articleId
WHERE
article_articlesGroup.groupId = 1
ORDER BY
position
---
---
SELECT
id, showInList, position, name, image
FROM
vendors
WHERE
showInList = 1
ORDER BY
position, name
---
---
SELECT
id, goodsId_1, goodsId_2
FROM
comparsions
WHERE
id = 817520
---
---
SELECT
id, countryId, propertiesGroupId, statusId, goodsGroupId, vendorId, complectation, name, salesNotes, description, size, weight, warranty
FROM
goods
WHERE
id = 773
---
---
SELECT
id, countryId, propertiesGroupId, statusId, goodsGroupId, vendorId, complectation, name, salesNotes, description, size, weight, warranty
FROM
goods
WHERE
id = 442
---
---
SELECT
id, parentId, typeId, showInList, position, name
FROM
goodsGroups
WHERE
id = 21
---
---
SELECT
id, name, title
FROM
propertiesGroups
WHERE
id = 3
---
---
SELECT
goodsId, headphonesTypeId, hasMultipoint, hasVoiceDealing, features, range, talkTime, BTVersion, BTProfiles, hasStereo, idleTime, hasRetention, sound
FROM
BTHeadsets
WHERE
goodsId = 773
---
---
SELECT
id, showInList, position, name, image
FROM
vendors
WHERE
id = 1
---
---
SELECT
id, name
FROM
countries
WHERE
id = 3
---
---
SELECT
id, colorId, goodsId, oldPrice, isPrimary, quantity, barcode, discount, stockKeepingUnit, price, showInYandex, yandexRate
FROM
goodsVariants
WHERE
goodsId = 773 AND
isPrimary = 1
LIMIT 1
---
---
SELECT
id, goodsVariantId, isPrimary, fileName, typeId
FROM
images
WHERE
goodsVariantId = 1132 AND
isPrimary = 1
LIMIT 1
---
---
SELECT
id, parentId, typeId, showInList, position, name
FROM
goodsGroups
WHERE
id = 40
---
---
SELECT
id, name, title
FROM
propertiesGroups
WHERE
id = 5
---
---
SELECT
goodsId, typeId, hasStatusLED, readRate, construction, writeRate, capacity
FROM
dataStorages
WHERE
goodsId = 442
---
---
SELECT
id, showInList, position, name, image
FROM
vendors
WHERE
id = 47
---
---
SELECT
id, colorId, goodsId, oldPrice, isPrimary, quantity, barcode, discount, stockKeepingUnit, price, showInYandex, yandexRate
FROM
goodsVariants
WHERE
goodsId = 442 AND
isPrimary = 1
LIMIT 1
---
---
SELECT
id, goodsVariantId, isPrimary, fileName, typeId
FROM
images
WHERE
goodsVariantId = 479 AND
isPrimary = 1
LIMIT 1
---
---
SELECT
id, countryId, propertiesGroupId, statusId, goodsGroupId, vendorId, complectation, name, salesNotes, description, size, weight, warranty
FROM
goods
WHERE
id = 794
LIMIT 1
---
---
SELECT
id, showInList, position, name, image
FROM
vendors
WHERE
id = 3
---
---
SELECT
id, colorId, goodsId, oldPrice, isPrimary, quantity, barcode, discount, stockKeepingUnit, price, showInYandex, yandexRate
FROM
goodsVariants
WHERE
goodsId = 794 AND
isPrimary = 1
LIMIT 1
---
---
SELECT
id, goodsVariantId, isPrimary, fileName, typeId
FROM
images
WHERE
goodsVariantId = 1187 AND
isPrimary = 1
LIMIT 1
---
---
SELECT
id, parentId, typeId, showInList, position, name
FROM
goodsGroups
WHERE
id = 51
---
Relation name is not defined. Called from: Object, modules/Object.pm, 394