Requests processed: 1
---
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
---
---
INSERT INTO sessions
(hash, creationDate, expirationDate, referer)
VALUES
('a883b01bd4f499b3ab044a33588e6b19', DEFAULT, '2012-02-13 12:33', DEFAULT)
---
---
delete s, o, c
from sessions s
left join orders o on
s.orderId = o.id and
o.statusId = 0
left join comparsions c on s.comparsionId = c.id
where
now() > s.expirationDate
---
---
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 IS NULL
---
---
INSERT INTO comparsions
()
VALUES
()
---
---
UPDATE sessions
SET
comparsionId = 817801
WHERE
id = 1789994
---
---
SELECT
id, countryId, propertiesGroupId, statusId, goodsGroupId, vendorId, complectation, name, salesNotes, description, size, weight, warranty
FROM
goods
WHERE
id = 966
LIMIT 1
---
Can't call method "getProperties" on an undefined value