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