Qualcosa del genere:
CREATE PROCEDURE test()
BEGIN
CREATE TEMPORARY TABLE IF NOT EXISTS tmp AS (SELECT id FROM table WHERE this='this');
some other stuff
UPDATE table2 SET blah='blah' WHERE fk_id IN (SELECT id FROM tmp);
END;
Qualcosa del genere:
CREATE PROCEDURE test()
BEGIN
CREATE TEMPORARY TABLE IF NOT EXISTS tmp AS (SELECT id FROM table WHERE this='this');
some other stuff
UPDATE table2 SET blah='blah' WHERE fk_id IN (SELECT id FROM tmp);
END;
Pghoard Alternative - Gestione del backup PostgreSQL con ClusterControl
ClusterControl - Gestione avanzata dei backup - mariabackup Parte I
Come connettersi all'istanza predefinita di SQL Server e alle istanze denominate di SQL Server - Tutorial SQL Server/TSQL Parte 2
Il livello di isolamento della lettura ripetibile