convert to document

This commit is contained in:
Trowbridge 2019-02-27 14:19:52 -05:00
parent 263f0396da
commit 8c1053c908

View File

@ -1,3 +1,4 @@
WITH rows AS (
SELECT
---------customer info-----------------
bill_cust_descr
@ -72,3 +73,8 @@ GROUP BY
,promo
,version
,iter
)
SELECT
row_to_json(rows)
FROM
rows