wrap in transaction
This commit is contained in:
parent
af4c7c4853
commit
581224dad8
@ -1,4 +1,4 @@
|
|||||||
|
BEGIN;
|
||||||
DELETE FROM pricequote.target_prices_base;
|
DELETE FROM pricequote.target_prices_base;
|
||||||
|
|
||||||
WITH
|
WITH
|
||||||
@ -25,3 +25,5 @@ SELECT
|
|||||||
*
|
*
|
||||||
FROM
|
FROM
|
||||||
expand;
|
expand;
|
||||||
|
|
||||||
|
COMMIT;
|
Loading…
Reference in New Issue
Block a user