Ex C drop temp tables
This commit is contained in:
parent
d94fe16b96
commit
c982fb769f
@ -172,3 +172,11 @@ SELECT tx_id
|
|||||||
FROM max_entity_join_outputs as m
|
FROM max_entity_join_outputs as m
|
||||||
WHERE value IN (SELECT value FROM max_tx_value_to_max_entity);
|
WHERE value IN (SELECT value FROM max_tx_value_to_max_entity);
|
||||||
|
|
||||||
|
-- drop temp tables
|
||||||
|
|
||||||
|
DROP TABLE IF EXISTS temp_clusters;
|
||||||
|
DROP TABLE IF EXISTS utxos_with_values;
|
||||||
|
DROP TABLE IF EXISTS temp_sum_values;
|
||||||
|
DROP TABLE IF EXISTS temp_max_entity;
|
||||||
|
DROP TABLE IF EXISTS max_entity_all_addresses;
|
||||||
|
DROP TABLE IF EXISTS max_tx_value_to_max_entity;
|
||||||
Loading…
x
Reference in New Issue
Block a user