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.
我正在阅读 CSV 文件并将其转换为 SQL 表。关键是表中的一列是数据类型 ID,需要设置为常量(在本例中为 2)。我不知道该怎么做。
您可以使用派生列转换,在其中您将创建一个新的输出列并将其值设置为 2。然后您可以在输出到 SQL 时使用该列。