add workflow 客户信息补全【156,dev
This commit is contained in:
parent
2e90f217af
commit
856774c789
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue