wrap in transaction

This commit is contained in:
Paul Trowbridge 2025-09-06 15:59:51 -04:00
parent af4c7c4853
commit 581224dad8

View File

@ -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;