mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-09 06:17:52 +00:00
fix space offset
This commit is contained in:
parent
f980b6318c
commit
63b51f71c6
@ -27,7 +27,7 @@ source hostImage : common
|
|||||||
(SELECT GROUP_CONCAT(CONCAT_WS(' ', hostImageDescription.alt, hostImageDescription.title)) \
|
(SELECT GROUP_CONCAT(CONCAT_WS(' ', hostImageDescription.alt, hostImageDescription.title)) \
|
||||||
FROM hostImageDescription \
|
FROM hostImageDescription \
|
||||||
WHERE hostImageDescription.hostImageId = hostImage.hostImageId) AS imageDescription, \
|
WHERE hostImageDescription.hostImageId = hostImage.hostImageId) AS imageDescription, \
|
||||||
(SELECT GROUP_CONCAT(CONCAT_WS(' ', hostPage.metaTitle, hostPage.metaDescription, hostPage.metaKeywords)) \
|
(SELECT GROUP_CONCAT(CONCAT_WS(' ', hostPage.metaTitle, hostPage.metaDescription, hostPage.metaKeywords)) \
|
||||||
FROM hostPage \
|
FROM hostPage \
|
||||||
WHERE hostPage.hostPageId IN (SELECT hostImageToHostPage.hostPageId FROM hostImageToHostPage WHERE hostImageToHostPage.hostImageId = hostImage.hostImageId)) AS pageDescription \
|
WHERE hostPage.hostPageId IN (SELECT hostImageToHostPage.hostPageId FROM hostImageToHostPage WHERE hostImageToHostPage.hostImageId = hostImage.hostImageId)) AS pageDescription \
|
||||||
FROM hostImage \
|
FROM hostImage \
|
||||||
|
Loading…
Reference in New Issue
Block a user