mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-08 22:07:56 +00:00
add line separators
This commit is contained in:
parent
0e9d29675f
commit
77bd25f587
@ -36,7 +36,9 @@ source hostImage : common
|
|||||||
SELECT hostImage.hostImageId, hostImage.rank, hostImage.uri, host.name, \
|
SELECT hostImage.hostImageId, hostImage.rank, hostImage.uri, host.name, \
|
||||||
(SELECT CONCAT_WS(' ', hostImageDescription.alt, hostImageDescription.title) \
|
(SELECT CONCAT_WS(' ', hostImageDescription.alt, hostImageDescription.title) \
|
||||||
FROM hostImageDescription \
|
FROM hostImageDescription \
|
||||||
WHERE hostImageDescription.hostImageId = hostImage.hostImageId ORDER BY hostImageDescription.timeAdded DESC LIMIT 1) AS imageDescription \
|
WHERE hostImageDescription.hostImageId = hostImage.hostImageId \
|
||||||
|
ORDER BY hostImageDescription.timeAdded \
|
||||||
|
DESC LIMIT 1) AS imageDescription \
|
||||||
FROM hostImage \
|
FROM hostImage \
|
||||||
JOIN host ON (host.hostId = hostImage.hostId) \
|
JOIN host ON (host.hostId = hostImage.hostId) \
|
||||||
WHERE host.status = '1' AND hostImage.httpCode = 200 AND hostImage.timeBanned IS NULL \
|
WHERE host.status = '1' AND hostImage.httpCode = 200 AND hostImage.timeBanned IS NULL \
|
||||||
|
Loading…
Reference in New Issue
Block a user