Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Mosaic Decisions 中使用数据流,并且正在使用 MySQL 写入器节点。我要编写的结果集有一个字段inserted-time。但我想跳过此列中的值,并希望使用 DB 表中为该列设置的默认值。我怎么做?
inserted-time
您可以简单地将要跳过的列拖到编写器节点的“skip-insert-column”部分。
例如,在此屏幕截图中,“目标”列不会插入到目标表中,数据库表中为该列设置的任何默认值都将自动应用。