convert to document
This commit is contained in:
parent
263f0396da
commit
8c1053c908
@ -1,3 +1,4 @@
|
|||||||
|
WITH rows AS (
|
||||||
SELECT
|
SELECT
|
||||||
---------customer info-----------------
|
---------customer info-----------------
|
||||||
bill_cust_descr
|
bill_cust_descr
|
||||||
@ -71,4 +72,9 @@ GROUP BY
|
|||||||
,request_month
|
,request_month
|
||||||
,promo
|
,promo
|
||||||
,version
|
,version
|
||||||
,iter
|
,iter
|
||||||
|
)
|
||||||
|
SELECT
|
||||||
|
row_to_json(rows)
|
||||||
|
FROM
|
||||||
|
rows
|
Loading…
Reference in New Issue
Block a user