add workflow 客户信息补全【156,dev

This commit is contained in:
root 2025-12-08 12:04:16 +08:00
parent 2e90f217af
commit 856774c789
3 changed files with 3 additions and 3 deletions

View File

@ -375,7 +375,7 @@ WITH numbered_names AS (
)
order by dw_account
offset 2250
limit 4
limit 5
)
SELECT
STRING_AGG(name, E'\n') as batched_names

View File

@ -375,7 +375,7 @@ WITH numbered_names AS (
)
order by dw_account
offset 750
limit 5
limit 750
)
SELECT
STRING_AGG(name, E'\n') as batched_names

View File

@ -374,7 +374,7 @@ WITH numbered_names AS (
WHERE name IS NOT NULL
)
order by dw_account
limit 5
limit 750
)
SELECT
STRING_AGG(name, E'\n') as batched_names