morph_lib.database.delete_records
Deletes records from tables in the databases connected via built-in PostgreSQL or an SQL Connection.
Supported Databases
- PostgreSQL
Parameters
The actual data to pass to the function. The columns specified in primary_keys must exist.
Specify the column names that will serve as the table’s Primary Key.
Specify the table name.
Destination of the connection other than the registered builtin connection (optional)
*If not specified, it will be set to the built-in PostgreSQL.