Database
update_records
Updates the data in the table on the database connected with the built-in PostgreSQL and SQL Connection.
morph_lib.database
対応データベース
- PostgreSQL
- MySQL
- Snowflake
- BigQuery
- Amazon Redshift
Parameters
The actual data to be passed to the function. The columns specified in primary_keys must exist.
Specify the column names that will be the Primary Key of the table.
Specify the table name.
The destination of the connection other than the built-in registered on the screen (optional)
- If not specified, it will be set to the built-in PostgreSQL.