sync up sample sql with route sql
This commit is contained in:
parent
5542e4cacc
commit
66cb60a0fa
@ -438,6 +438,7 @@ WHERE
|
||||
, ins AS (
|
||||
INSERT INTO rlarp.osm_fcpool SELECT * FROM final RETURNING *
|
||||
)
|
||||
,insagg AS (
|
||||
SELECT
|
||||
bill_cust_descr
|
||||
,billto_group
|
||||
@ -503,4 +504,5 @@ GROUP BY
|
||||
,promo
|
||||
,version
|
||||
,iter
|
||||
|
||||
)
|
||||
SELECT json_agg(row_to_json(insagg)) x from insagg
|
Loading…
Reference in New Issue
Block a user