insert statement was wrong
This commit is contained in:
parent
0a9a56c6c2
commit
ad8639a4c8
@ -715,7 +715,7 @@ FROM
|
|||||||
)
|
)
|
||||||
*/
|
*/
|
||||||
, ins AS (
|
, ins AS (
|
||||||
INSERT INTO rlarp.osm_fcpool (SELECT * FROM pricing UNION ALL SELECT * FROM volume) RETURNING *
|
INSERT INTO rlarp.osm_fcpool SELECT * FROM final RETURNING *
|
||||||
)
|
)
|
||||||
,insagg AS (
|
,insagg AS (
|
||||||
SELECT
|
SELECT
|
||||||
|
Loading…
Reference in New Issue
Block a user