Warning: include_once(/home/favoledo/robertozanardo.com/wp-content/sunrise.php): Failed to open stream: No such file or directory in /home/favoledo/robertozanardo.com/wp-includes/ms-settings.php on line 52

Warning: include_once(): Failed opening '/home/favoledo/robertozanardo.com/wp-content/sunrise.php' for inclusion (include_path='.:/opt/alt/php83/usr/share/pear:/opt/alt/php83/usr/share/php:/usr/share/pear:/usr/share/php') in /home/favoledo/robertozanardo.com/wp-includes/ms-settings.php on line 52
PostgreSQL insert into another table - Odoo e Soluzioni Open Source

PostgreSQL insert into another table

Semplicemente:

insert into NUOVA_TABELLA (COL1, COL2)
select COL1, COL2 from ALTRA_TABELLA;

Lascia un commento