mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix: RECURSIVE
This commit is contained in:
parent
b1beed687e
commit
d2f493ab57
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ LEFT JOIN (
|
||||||
sum(bookmark) AS bookmark_count
|
sum(bookmark) AS bookmark_count
|
||||||
FROM chapters
|
FROM chapters
|
||||||
LEFT JOIN (
|
LEFT JOIN (
|
||||||
WITH split(seq, _id, name, str) AS (
|
WITH RECURSIVE split(seq, _id, name, str) AS (
|
||||||
SELECT 0, mangas._id, NULL, replace(ifnull(mangas.filtered_scanlators, ''), ' & ', ',')||',' FROM mangas
|
SELECT 0, mangas._id, NULL, replace(ifnull(mangas.filtered_scanlators, ''), ' & ', ',')||',' FROM mangas
|
||||||
UNION ALL SELECT
|
UNION ALL SELECT
|
||||||
seq+1,
|
seq+1,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue