I am working with a Postgres database and I need to rename a table.
I thought to use the following SQL statement “ALTER TABLE IF EXISTS table1 RENAME TO table1;”.
Is there a Knime node that I can use to perform this statement and any other similar database table manipulation statements ?